Tool/software:
Hi team,
Customer has mute issue occasionally since it might be caused by automute state.
They set below commands by entering and exiting from mute. They set automute register like : 0x50 = 0x07(Independent L,R, Enable R, Enable L), 0x51 = 0x00(auto mute time L and R : 11.5ms)
Register setup |
<after the voice out (mute)> |
REG_0x00 = 0x00 //PAGE REG_0x7F = 0x00 //BOOK REG_0x00 = 0x00 //PAGE REG_0x03 = 0x03 //CTRL_2 : Normal volume, ctrl state : play REG_0x35 = 0x11 //SAP_CTRL3 :data path L&R |
REG_0x00 = 0x00 REG_0x7F = 0x00 REG_0x00 = 0x00 REG_0x03 = 0x0b // Mute on, ctrl state : play REG_0x35 = 0x00 // zero data(mute) |
They checked registers when the mute issue reproduced and compared it with normal condition and found the register 0x35 and 0x69 have difference.
Mute issue happened | Normal condition |
0x35 = 0x00 0x69 = 0x03 |
0x35 = 0x11 0x69 = 0x00 |
They want to eliminate this occasional mute issue. Could you suggest how to solve the issue with a right way?
Best Regards,
Ernest