diff options
| -rw-r--r-- | sound/soc/imx/mx27vis_wm8974.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/imx/mx27vis_wm8974.c b/sound/soc/imx/mx27vis_wm8974.c index 0267d2d91685..07d2a248438c 100644 --- a/sound/soc/imx/mx27vis_wm8974.c +++ b/sound/soc/imx/mx27vis_wm8974.c | |||
| @@ -180,7 +180,8 @@ static int mx27vis_hifi_hw_free(struct snd_pcm_substream *substream) | |||
| 180 | struct snd_soc_dai *codec_dai = rtd->dai->codec_dai; | 180 | struct snd_soc_dai *codec_dai = rtd->dai->codec_dai; |
| 181 | 181 | ||
| 182 | /* disable the PLL */ | 182 | /* disable the PLL */ |
| 183 | return codec_dai->ops->set_pll(codec_dai, IGNORED_ARG, 0, 0); | 183 | return codec_dai->ops->set_pll(codec_dai, IGNORED_ARG, IGNORED_ARG, |
| 184 | 0, 0); | ||
| 184 | } | 185 | } |
| 185 | 186 | ||
| 186 | /* | 187 | /* |
