This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10084 - Pop noise via headphones when starting up
Attached to Project:
Rockbox
Opened by Andree Buschmann (Buschel) - Wednesday, 01 April 2009, 09:14 GMT+2
Last edited by Andree Buschmann (Buschel) - Monday, 20 June 2011, 20:19 GMT+2
Opened by Andree Buschmann (Buschel) - Wednesday, 01 April 2009, 09:14 GMT+2
Last edited by Andree Buschmann (Buschel) - Monday, 20 June 2011, 20:19 GMT+2
|
DetailsWhen starting up the iPod 5G you will hear a loud pop/click noise via the headphones. The loud click comes when calling "audiohw_preinit()". The exact line which causes the clicking is enabling the headphone outputs via "wmcodec_write(PWRMGMT2, PWRMGMT2_ROUT1EN | PWRMGMT2_LOUT1EN)". I played around a lot with the initialization sequence and also took into account the application notes from the datasheet (e.g. muting all output before enabling BIAS, sleeping after enabling BIAS, ...). I could not even reduce the clicking.
Is there maybe an extra GPIO which already has the headphones enabled? This was tested with r20578 (but it is in svn since ages). |
This task depends upon
Closed by Andree Buschmann (Buschel)
Monday, 20 June 2011, 20:19 GMT+2
Reason for closing: Duplicate
Additional comments about closing: FS#12154 provides a patch to fix this. I close this report as duplicate.
Monday, 20 June 2011, 20:19 GMT+2
Reason for closing: Duplicate
Additional comments about closing:
There are also quieter clicks when Rockbox starts running and at wmcodec_write(RESET, RESET_RESET).
Right now I don't know of any headphone enable GPIO. If I find one in the future, will post about it here.
And if it's perfectly quiet with retailos, then yeah, I'd go hunting for some additional GPIO. :-)