diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2009-11-11 00:02:18 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-11-12 11:45:51 -0500 |
commit | ba2b87f5a93659a28cc4fb812ccd7b4146ac3aa9 (patch) | |
tree | a6aefe26992437203ca38b3f16a96f02f2cd5cb3 /sound/soc | |
parent | 7aae816dae150caad8880357e42303935c0179a8 (diff) |
ASoC: Fixed arguments passed to SMDK64xx set_pll
Corrected the order of 'source' and 'pll_id' arguments.
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
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; |