aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/davinci/davinci-i2s.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/davinci/davinci-i2s.c')
-rw-r--r--sound/soc/davinci/davinci-i2s.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/davinci/davinci-i2s.c b/sound/soc/davinci/davinci-i2s.c
index 51ceded8a245..0fee779e3c76 100644
--- a/sound/soc/davinci/davinci-i2s.c
+++ b/sound/soc/davinci/davinci-i2s.c
@@ -271,7 +271,7 @@ static int davinci_i2s_set_dai_fmt(struct snd_soc_dai *cpu_dai,
271 } 271 }
272 272
273 switch (fmt & SND_SOC_DAIFMT_INV_MASK) { 273 switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
274 case SND_SOC_DAIFMT_IB_NF: 274 case SND_SOC_DAIFMT_NB_NF:
275 /* CLKRP Receive clock polarity, 275 /* CLKRP Receive clock polarity,
276 * 1 - sampled on rising edge of CLKR 276 * 1 - sampled on rising edge of CLKR
277 * valid on rising edge 277 * valid on rising edge
@@ -283,7 +283,7 @@ static int davinci_i2s_set_dai_fmt(struct snd_soc_dai *cpu_dai,
283 */ 283 */
284 pcr |= (DAVINCI_MCBSP_PCR_CLKXP | DAVINCI_MCBSP_PCR_CLKRP); 284 pcr |= (DAVINCI_MCBSP_PCR_CLKXP | DAVINCI_MCBSP_PCR_CLKRP);
285 break; 285 break;
286 case SND_SOC_DAIFMT_NB_IF: 286 case SND_SOC_DAIFMT_IB_IF:
287 /* CLKRP Receive clock polarity, 287 /* CLKRP Receive clock polarity,
288 * 0 - sampled on falling edge of CLKR 288 * 0 - sampled on falling edge of CLKR
289 * valid on falling edge 289 * valid on falling edge
@@ -295,7 +295,7 @@ static int davinci_i2s_set_dai_fmt(struct snd_soc_dai *cpu_dai,
295 */ 295 */
296 pcr |= (DAVINCI_MCBSP_PCR_FSXP | DAVINCI_MCBSP_PCR_FSRP); 296 pcr |= (DAVINCI_MCBSP_PCR_FSXP | DAVINCI_MCBSP_PCR_FSRP);
297 break; 297 break;
298 case SND_SOC_DAIFMT_IB_IF: 298 case SND_SOC_DAIFMT_NB_IF:
299 /* CLKRP Receive clock polarity, 299 /* CLKRP Receive clock polarity,
300 * 1 - sampled on rising edge of CLKR 300 * 1 - sampled on rising edge of CLKR
301 * valid on rising edge 301 * valid on rising edge
@@ -308,7 +308,7 @@ static int davinci_i2s_set_dai_fmt(struct snd_soc_dai *cpu_dai,
308 pcr |= (DAVINCI_MCBSP_PCR_CLKXP | DAVINCI_MCBSP_PCR_CLKRP | 308 pcr |= (DAVINCI_MCBSP_PCR_CLKXP | DAVINCI_MCBSP_PCR_CLKRP |
309 DAVINCI_MCBSP_PCR_FSXP | DAVINCI_MCBSP_PCR_FSRP); 309 DAVINCI_MCBSP_PCR_FSXP | DAVINCI_MCBSP_PCR_FSRP);
310 break; 310 break;
311 case SND_SOC_DAIFMT_NB_NF: 311 case SND_SOC_DAIFMT_IB_NF:
312 /* CLKRP Receive clock polarity, 312 /* CLKRP Receive clock polarity,
313 * 0 - sampled on falling edge of CLKR 313 * 0 - sampled on falling edge of CLKR
314 * valid on falling edge 314 * valid on falling edge