Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170183
b: refs/heads/master
c: 0ffc118
h: refs/heads/master
i:
  170181: 755b45b
  170179: 1154bd0
  170175: b0a3c5e
v: v3
  • Loading branch information
Janusz Krzysztofik authored and Mark Brown committed Oct 22, 2009
1 parent ff4cb2a commit 750846f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 017deee63934349a70292666acfedea8e6eb6eb8
refs/heads/master: 0ffc11800cb2a74b05c2f5b28966ebd50b27f70c
8 changes: 6 additions & 2 deletions trunk/sound/soc/omap/omap-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,12 @@ 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);
if (!(cpu_class_is_omap1())) {
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 750846f

Please sign in to comment.