Skip to content

Commit

Permalink
ASoC: magician: fix PXA SSP clock polarity
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Philipp Zabel authored and Mark Brown committed Jun 14, 2009
1 parent 6d5701b commit 33745fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/pxa/magician.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ static int magician_playback_hw_params(struct snd_pcm_substream *substream,

/* set cpu DAI configuration */
ret = snd_soc_dai_set_fmt(cpu_dai, SND_SOC_DAIFMT_DSP_A |
SND_SOC_DAIFMT_IB_IF | SND_SOC_DAIFMT_CBS_CFS);
SND_SOC_DAIFMT_NB_IF | SND_SOC_DAIFMT_CBS_CFS);
if (ret < 0)
return ret;

Expand Down

0 comments on commit 33745fb

Please sign in to comment.