Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283965
b: refs/heads/master
c: 7243a4b
h: refs/heads/master
i:
  283963: 9dbde51
v: v3
  • Loading branch information
Peter Ujfalusi authored and Mark Brown committed Dec 17, 2011
1 parent 4da5802 commit 783f2e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: da76250e13256ec58f1b92256d847a7a8ebd9ce8
refs/heads/master: 7243a4b1eb377b3c5376cbf0ebdf87972b969127
2 changes: 1 addition & 1 deletion trunk/sound/soc/omap/omap-mcbsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ static int omap_mcbsp_dai_hw_params(struct snd_pcm_substream *substream,
default:
return -EINVAL;
}
if (cpu_is_omap34xx()) {
if (cpu_is_omap34xx() || cpu_is_omap44xx()) {
dma_data->set_threshold = omap_mcbsp_set_threshold;
/* TODO: Currently, MODE_ELEMENT == MODE_FRAME */
if (omap_mcbsp_get_dma_op_mode(bus_id) ==
Expand Down

0 comments on commit 783f2e1

Please sign in to comment.