diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2009-06-14 06:51:30 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-06-14 11:15:07 -0400 |
commit | 33745fb3448f90d2b9e414ccc6689e9ee70cfae4 (patch) | |
tree | 0d9d58071767c8363cfd2d613f46fafd654be135 /sound | |
parent | 6d5701b29e392f77d222254aa8e375315d59f0aa (diff) |
ASoC: magician: fix PXA SSP clock polarity
Follow-up fix needed since "ASoC: pxa-ssp.c fix clock/frame invert".
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/pxa/magician.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/pxa/magician.c b/sound/soc/pxa/magician.c index c89a3cdf31e4..326955dea36c 100644 --- a/sound/soc/pxa/magician.c +++ b/sound/soc/pxa/magician.c | |||
@@ -184,7 +184,7 @@ static int magician_playback_hw_params(struct snd_pcm_substream *substream, | |||
184 | 184 | ||
185 | /* set cpu DAI configuration */ | 185 | /* set cpu DAI configuration */ |
186 | ret = snd_soc_dai_set_fmt(cpu_dai, SND_SOC_DAIFMT_DSP_A | | 186 | ret = snd_soc_dai_set_fmt(cpu_dai, SND_SOC_DAIFMT_DSP_A | |
187 | SND_SOC_DAIFMT_IB_IF | SND_SOC_DAIFMT_CBS_CFS); | 187 | SND_SOC_DAIFMT_NB_IF | SND_SOC_DAIFMT_CBS_CFS); |
188 | if (ret < 0) | 188 | if (ret < 0) |
189 | return ret; | 189 | return ret; |
190 | 190 | ||