Bug 12783 - Audio cuts off after power cycle
: Audio cuts off after power cycle
Status: RESOLVED FIXED
Product: SB Radio
Classification: Unclassified
Component: Product Quality
: Include FW version in comment
: PC All
: P1 blocker (vote)
: MPQ
Assigned To: Caleb Crome
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-07-10 15:22 UTC by James Richardson
Modified: 2009-09-08 09:22 UTC (History)
3 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Richardson 2009-07-10 15:22:33 UTC
we think it's in the microprocessor, and it will only be a problem on PB1/2 units
	
Caleb will update the MSP so it works for all models.

the MSP has the ability to force mute the PA on the older boards, but does not have that ability on the new boards.
Comment 1 Caleb Crome 2009-07-10 15:39:27 UTC
Checked in to rev r6512 of squeezeos, r6234 of hardware.

FORCE_MUTE on PA1/PA2 is the same pin as IR_SENSOR_POWER on PA5.  I use IR_SENSOR_POWER to detect whether we're installed on a PA5 or earlier board, but forgot to turn the pin back into an input on earlier boards.
Comment 2 Caleb Crome 2009-07-10 16:10:12 UTC
Fixed in build 6514, from the 6512 checkins.
Comment 3 James Richardson 2009-07-10 16:57:27 UTC
Still a problem with PB1/PB2
Comment 4 Caleb Crome 2009-07-10 17:35:03 UTC
Eeew.  This is a nastier problem than I thought.  Good news is:  I know what's wrong, and it won't affect MPQ.  Bad news is it may take a day or two to fix for earlier boards.  

We can fix pretty easily by creating 2 different MSP loads for different HW platforms. I'll see what I can do for the short term.
Comment 5 Caleb Crome 2009-07-10 22:50:28 UTC
Fixed in r6521 with a temporary workaround of using a different MSP load per board.  This isn't the solution I'd like generally, but works for now.