projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8005c49
)
ASoC: rt298: fix remove unnedded clk setting
author
Bard Liao
<bardliao@realtek.com>
Wed, 21 Oct 2015 08:18:19 +0000
(16:18 +0800)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/rt298.c
b/sound/soc/codecs/rt298.c
index b3f795c60749b8f8473184f0872329d4578b8e48..30c6de62ae6c980584a1a5bdd9d637dcfc3d0338 100644
(file)
--- a/
sound/soc/codecs/rt298.c
+++ b/
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);
}