projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f6136f
)
ASoC: tobermory: Stop the FLL if we fail to switch SYSCLK to it
author
Mark Brown
<broonie@linaro.org>
Thu, 30 Jan 2014 18:26:07 +0000
(18:26 +0000)
committer
Mark Brown
<broonie@linaro.org>
Tue, 11 Feb 2014 16:39:32 +0000
(16:39 +0000)
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/samsung/tobermory.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/samsung/tobermory.c
b/sound/soc/samsung/tobermory.c
index f21ff608a8199dd09f70b19b0bf92070a86fd28f..1807b75ccc12d0544d79e538173a2dc47e55ed1a 100644
(file)
--- a/
sound/soc/samsung/tobermory.c
+++ b/
sound/soc/samsung/tobermory.c
@@
-44,6
+44,8
@@
static int tobermory_set_bias_level(struct snd_soc_card *card,
SND_SOC_CLOCK_IN);
if (ret < 0) {
pr_err("Failed to set SYSCLK: %d\n", ret);
+ snd_soc_dai_set_pll(codec_dai, WM8962_FLL,
+ 0, 0, 0);
return ret;
}
}