Hi,
My customer is using TLV320DAC32 and they found pop noise when unmuting the device.
Below are the codes they used to unmute TLV320DAC32. Could you please help check if any software workaround to fix this?
codec_write(0x2B,0); //Left DAC
codec_write(0x2C,0); //Right DAC
codec_write(0x2F,0x80|0); //DAC_L to HPLOUT
codec_write(0x40,0x80|0); //DAC_R to HPROUT
codec_write(0x33,0x0D); //HPLOUT
codec_write(0x3A,0x0D); //HPLCOM
codec_write(0x41,0x0D); //HPROUT control volume
codec_write(0x48,0x0D); //HPRCOM
Many thanks.
Best Regards,
Brian Zhao