ASoC: rt5651: fix hdmi-in noise

Change-Id: I23aa42b4c0775be5595a67b61ffce23845d6079b
Signed-off-by: Meiyou Chen <cmy@rock-chips.com>
This commit is contained in:
Meiyou Chen
2019-11-12 09:24:03 +08:00
committed by Tao Huang
parent 71e82aa8ac
commit 94d6a092ba

View File

@@ -316,6 +316,8 @@ static int rt5651_asrc_put(struct snd_kcontrol *kcontrol,
regmap_write(rt5651->regmap, 0x83, 0x1000);
regmap_write(rt5651->regmap, 0x84, 0x7000);
snd_soc_component_update_bits(component, 0x64, 0x0200, 0x0200);
snd_soc_component_update_bits(component, RT5651_D_MISC, 0xc00,
0xc00);
} else {
regmap_write(rt5651->regmap, 0x83, 0x0);
regmap_write(rt5651->regmap, 0x84, 0x0);