Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130439
b: refs/heads/master
c: ef390c0
h: refs/heads/master
i:
  130437: 1ccebca
  130435: 3f61c92
  130431: bc30172
v: v3
  • Loading branch information
Misael Lopez Cruz authored and Mark Brown committed Jan 29, 2009
1 parent 726388f commit 545f2df
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 9e70c1f099c6977d3928879e64fa6af7f903b7b0
refs/heads/master: ef390c0b6e3f4d2d2d43f53f4bd35e1884571a14
4 changes: 4 additions & 0 deletions trunk/sound/soc/omap/omap-mcbsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@ static int omap_mcbsp_dai_set_dai_fmt(struct snd_soc_dai *cpu_dai,
regs->spcr1 |= RINTM(3);
regs->rcr2 |= RFIG;
regs->xcr2 |= XFIG;
if (cpu_is_omap2430() || cpu_is_omap34xx()) {
regs->xccr = DXENDLY(1) | XDMAEN;
regs->rccr = RFULL_CYCLE | RDMAEN;
}

switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
case SND_SOC_DAIFMT_I2S:
Expand Down

0 comments on commit 545f2df

Please sign in to comment.