aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8978.c
diff options
context:
space:
mode:
authormarkcs <mcampbellsmith@gmail.com>2014-04-28 21:10:05 +1000
committermarkcs <mcampbellsmith@gmail.com>2014-04-28 21:13:34 +1000
commiteba4e205b4e3d82ab8dd6bb6855d51d4f214e153 (patch)
tree3abbe4e34435df7ded748aa13b238f64852ab86a /sound/soc/codecs/wm8978.c
parentc538f742a9e67eca1ccdc801e8173a7e4ce30644 (diff)
downloadkernel_samsung_smdk4412-eba4e205b4e3d82ab8dd6bb6855d51d4f214e153.zip
kernel_samsung_smdk4412-eba4e205b4e3d82ab8dd6bb6855d51d4f214e153.tar.gz
kernel_samsung_smdk4412-eba4e205b4e3d82ab8dd6bb6855d51d4f214e153.tar.bz2
smdk4412: update sound soc and codecs
Includes updated kernel source from i9305 Change-Id: I91ae18b30d02de037701250c46a457d035da56e1
Diffstat (limited to 'sound/soc/codecs/wm8978.c')
-rw-r--r--sound/soc/codecs/wm8978.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8978.c b/sound/soc/codecs/wm8978.c
index e0368d5..85e3e63 100644
--- a/sound/soc/codecs/wm8978.c
+++ b/sound/soc/codecs/wm8978.c
@@ -750,7 +750,7 @@ static int wm8978_hw_params(struct snd_pcm_substream *substream,
wm8978->mclk_idx = -1;
f_sel = wm8978->f_mclk;
} else {
- if (!wm8978->f_opclk) {
+ if (!wm8978->f_pllout) {
/* We only enter here, if OPCLK is not used */
int ret = wm8978_configure_pll(codec);
if (ret < 0)