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 b3f795c60749b8f8473184f0872329d4578b8e48..30c6de62ae6c980584a1a5bdd9d637dcfc3d0338 100644 (file)
@@ -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);
        }
This page took 0.027524 seconds and 5 git commands to generate.