projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d5701b
)
ASoC: magician: fix PXA SSP clock polarity
author
Philipp Zabel
<philipp.zabel@gmail.com>
Sun, 14 Jun 2009 10:51:30 +0000
(12:51 +0200)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Sun, 14 Jun 2009 15:15:07 +0000
(16:15 +0100)
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>
sound/soc/pxa/magician.c
patch
|
blob
|
history
diff --git
a/sound/soc/pxa/magician.c
b/sound/soc/pxa/magician.c
index c89a3cdf31e4aea8ad464baf720512deb0ccd319..326955dea36cef8fb6cc3fdb05e7516e7b05e578 100644
(file)
--- 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,
/* set cpu DAI configuration */
ret = snd_soc_dai_set_fmt(cpu_dai, SND_SOC_DAIFMT_DSP_A |
- SND_SOC_DAIFMT_
I
B_IF | SND_SOC_DAIFMT_CBS_CFS);
+ SND_SOC_DAIFMT_
N
B_IF | SND_SOC_DAIFMT_CBS_CFS);
if (ret < 0)
return ret;