Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113691
b: refs/heads/master
c: 3336c5b
h: refs/heads/master
i:
  113689: 76f8515
  113687: 65e65a2
v: v3
  • Loading branch information
Arun KS authored and Takashi Iwai committed Oct 13, 2008
1 parent 2c81002 commit f2f5cf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 17f9ecf34aaa0ade5c89aba603847309c849297c
refs/heads/master: 3336c5b548b71dcc106a0d862675b30fdf58b3f1
5 changes: 5 additions & 0 deletions trunk/sound/soc/omap/omap-mcbsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,11 @@ static int omap_mcbsp_dai_set_dai_fmt(struct snd_soc_dai *cpu_dai,
regs->rcr2 |= RDATDLY(1);
regs->xcr2 |= XDATDLY(1);
break;
case SND_SOC_DAIFMT_DSP_A:
/* 0-bit data delay */
regs->rcr2 |= RDATDLY(0);
regs->xcr2 |= XDATDLY(0);
break;
default:
/* Unsupported data format */
return -EINVAL;
Expand Down

0 comments on commit f2f5cf5

Please sign in to comment.