diff options
-rw-r--r-- | sound/soc/codecs/wm8994.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index af3a98ae0579..b37e95c4e7c7 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c | |||
@@ -1677,6 +1677,7 @@ static int _wm8994_set_fll(struct snd_soc_codec *codec, int id, int src, | |||
1677 | /* Allow no source specification when stopping */ | 1677 | /* Allow no source specification when stopping */ |
1678 | if (freq_out) | 1678 | if (freq_out) |
1679 | return -EINVAL; | 1679 | return -EINVAL; |
1680 | src = wm8994->fll[id].src; | ||
1680 | break; | 1681 | break; |
1681 | case WM8994_FLL_SRC_MCLK1: | 1682 | case WM8994_FLL_SRC_MCLK1: |
1682 | case WM8994_FLL_SRC_MCLK2: | 1683 | case WM8994_FLL_SRC_MCLK2: |