diff options
Diffstat (limited to 'sound/soc/omap/zoom2.c')
-rw-r--r-- | sound/soc/omap/zoom2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/zoom2.c b/sound/soc/omap/zoom2.c index be2e307fdf72..3de6d2bd3903 100644 --- a/sound/soc/omap/zoom2.c +++ b/sound/soc/omap/zoom2.c | |||
@@ -92,7 +92,7 @@ static int zoom2_hw_voice_params(struct snd_pcm_substream *substream, | |||
92 | ret = snd_soc_dai_set_fmt(codec_dai, | 92 | ret = snd_soc_dai_set_fmt(codec_dai, |
93 | SND_SOC_DAIFMT_DSP_A | | 93 | SND_SOC_DAIFMT_DSP_A | |
94 | SND_SOC_DAIFMT_IB_NF | | 94 | SND_SOC_DAIFMT_IB_NF | |
95 | SND_SOC_DAIFMT_CBS_CFM); | 95 | SND_SOC_DAIFMT_CBM_CFM); |
96 | if (ret) { | 96 | if (ret) { |
97 | printk(KERN_ERR "can't set codec DAI configuration\n"); | 97 | printk(KERN_ERR "can't set codec DAI configuration\n"); |
98 | return ret; | 98 | return ret; |