diff options
author | Lopez Cruz, Misael <x0052729@ti.com> | 2009-06-19 04:23:42 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-06-22 06:24:04 -0400 |
commit | c264301c777840b2df130e042b7f5a0c1041646f (patch) | |
tree | 719c2a6dbe604f253287f8a348670f7311913689 /sound/soc/omap/sdp3430.c | |
parent | e370f45aeb76634d81a59b3b8f45b0f2faebef9b (diff) |
ASoC: TWL4030: Fix voice interface clock masters
Voice interface of twl4030 codec supports: CBM_CFM and
CBS_CFS. It doesn't support CBS_CFM.
Signed-off-by: Misael Lopez Cruz <x0052729@ti.com>
Acked-By: Peter Ujfalusi <peter.ujfalusi@nokia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/omap/sdp3430.c')
-rw-r--r-- | sound/soc/omap/sdp3430.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/sdp3430.c b/sound/soc/omap/sdp3430.c index b719e5db4f57..c51594d8fd13 100644 --- a/sound/soc/omap/sdp3430.c +++ b/sound/soc/omap/sdp3430.c | |||
@@ -96,7 +96,7 @@ static int sdp3430_hw_voice_params(struct snd_pcm_substream *substream, | |||
96 | ret = snd_soc_dai_set_fmt(codec_dai, | 96 | ret = snd_soc_dai_set_fmt(codec_dai, |
97 | SND_SOC_DAIFMT_DSP_A | | 97 | SND_SOC_DAIFMT_DSP_A | |
98 | SND_SOC_DAIFMT_IB_NF | | 98 | SND_SOC_DAIFMT_IB_NF | |
99 | SND_SOC_DAIFMT_CBS_CFM); | 99 | SND_SOC_DAIFMT_CBM_CFM); |
100 | if (ret) { | 100 | if (ret) { |
101 | printk(KERN_ERR "can't set codec DAI configuration\n"); | 101 | printk(KERN_ERR "can't set codec DAI configuration\n"); |
102 | return ret; | 102 | return ret; |