Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157695
b: refs/heads/master
c: 9599d48
h: refs/heads/master
i:
  157693: d507e02
  157691: be10bbf
  157687: 869b725
  157679: 0b5eadb
  157663: 5fc1d46
  157631: bebc456
  157567: 913456e
  157439: e056bfb
  157183: c641daa
  156671: 4be62f6
  155647: c683d11
v: v3
  • Loading branch information
Eduardo Valentin authored and Mark Brown committed Aug 20, 2009
1 parent 4d99507 commit 667ba87
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 72cc6d715d5b018e2cff4adb68966855850d4e77
refs/heads/master: 9599d485cb0b5ea093414654d723f3ab03c95038
3 changes: 3 additions & 0 deletions trunk/sound/soc/omap/omap-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ static int omap_pcm_prepare(struct snd_pcm_substream *substream)
else
omap_enable_dma_irq(prtd->dma_ch, OMAP_DMA_FRAME_IRQ);

omap_set_dma_src_burst_mode(prtd->dma_ch, OMAP_DMA_DATA_BURST_16);
omap_set_dma_dest_burst_mode(prtd->dma_ch, OMAP_DMA_DATA_BURST_16);

return 0;
}

Expand Down

0 comments on commit 667ba87

Please sign in to comment.