浏览代码

ASoC: rt298: fix remove unnedded clk setting

The bit is no longer present. So remove it.

Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Bard Liao 9 年之前
父节点
当前提交
4bbda49cc4
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      sound/soc/codecs/rt298.c

+ 0 - 2
sound/soc/codecs/rt298.c

@@ -854,8 +854,6 @@ static int rt298_set_dai_sysclk(struct snd_soc_dai *dai,
 	} else {
 		snd_soc_update_bits(codec,
 			RT298_I2S_CTRL2, 0x0100, 0x0100);
-		snd_soc_update_bits(codec,
-			RT298_PLL_CTRL, 0x4, 0x4);
 		snd_soc_update_bits(codec,
 			RT298_PLL_CTRL1, 0x20, 0x0);
 	}