This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TAS5806MD: Asking for the TAS5806MD headphone amp sequence for pop noise

Part Number: TAS5806MD

Hi Team,

Customer uses TAS5806MD headphone with the following sequence. There is pop noise on the headphone output.

Would you please provide the headphone shutdown sequence?

 

Current sequence is as below:

  1. mute
  2. TI5806 AMP_PD pin set Low
  3. write AmpDeInitTbl

 

    MS_U8 AmpDeInitTbl[] =

    {

        1    ,0x00,0x00, // w 58 00 00 #Go to page 0

        1    ,0x7f,0x00, // w 58 7f 00 #Change the book to 0x00

        1    ,0x03,0x02, // w 58 03 02 #Change the device into Hiz Mode

        1    ,0x03,0x00, // w 58 03 00 #Change the device into Deep Sleep Mode

        1    ,0x00,0x00,

    };

 

BR,

SHH