diff options
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/s3c24xx/smdk64xx_wm8580.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/smdk64xx_wm8580.c b/sound/soc/s3c24xx/smdk64xx_wm8580.c index cb8a9161b643..216dd1e8e378 100644 --- a/sound/soc/s3c24xx/smdk64xx_wm8580.c +++ b/sound/soc/s3c24xx/smdk64xx_wm8580.c | |||
@@ -115,7 +115,7 @@ static int smdk64xx_hw_params(struct snd_pcm_substream *substream, | |||
115 | if (ret < 0) | 115 | if (ret < 0) |
116 | return ret; | 116 | return ret; |
117 | 117 | ||
118 | ret = snd_soc_dai_set_pll(codec_dai, 0, WM8580_PLLA, | 118 | ret = snd_soc_dai_set_pll(codec_dai, WM8580_PLLA, 0, |
119 | SMDK64XX_WM8580_FREQ, pll_out); | 119 | SMDK64XX_WM8580_FREQ, pll_out); |
120 | if (ret < 0) | 120 | if (ret < 0) |
121 | return ret; | 121 | return ret; |