提交 4bbda49c 编写于 作者: B Bard Liao 提交者: Mark Brown

ASoC: rt298: fix remove unnedded clk setting

The bit is no longer present. So remove it.
Signed-off-by: NBard Liao <bardliao@realtek.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 8005c49d
...@@ -854,8 +854,6 @@ static int rt298_set_dai_sysclk(struct snd_soc_dai *dai, ...@@ -854,8 +854,6 @@ static int rt298_set_dai_sysclk(struct snd_soc_dai *dai,
} else { } else {
snd_soc_update_bits(codec, snd_soc_update_bits(codec,
RT298_I2S_CTRL2, 0x0100, 0x0100); RT298_I2S_CTRL2, 0x0100, 0x0100);
snd_soc_update_bits(codec,
RT298_PLL_CTRL, 0x4, 0x4);
snd_soc_update_bits(codec, snd_soc_update_bits(codec,
RT298_PLL_CTRL1, 0x20, 0x0); RT298_PLL_CTRL1, 0x20, 0x0);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册