Skip to content

Commit d312962

Browse files
oortcometbroonie
authored andcommitted
ASoC: rt5650: Eliminate the high frequency glitch
The glitch was detected in the high frequency of the HP playback. This patch adjusts the DAC dither setting to avoid this situation for almost all cases. Signed-off-by: Derek Fang <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 0503ac4 commit d312962

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/codecs/rt5645.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ static const struct reg_sequence rt5650_init_list[] = {
8282
{0xf6, 0x0100},
8383
{RT5645_PWR_ANLG1, 0x02},
8484
{RT5645_IL_CMD3, 0x6728},
85+
{RT5645_PR_BASE + 0x3a, 0x0000},
8586
};
8687

8788
static const struct reg_default rt5645_reg[] = {

0 commit comments

Comments
 (0)