ASoC: rt298: fix remove unnedded clk setting
authorBard Liao <bardliao@realtek.com>
Wed, 21 Oct 2015 08:18:19 +0000 (16:18 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 16 Nov 2015 10:11:47 +0000 (10:11 +0000)
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>
sound/soc/codecs/rt298.c

index b3f795c..30c6de6 100644 (file)
@@ -855,8 +855,6 @@ static int rt298_set_dai_sysclk(struct snd_soc_dai *dai,
                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);
        }