Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332157
b: refs/heads/master
c: b7ef37d
h: refs/heads/master
i:
  332155: e4a76f9
v: v3
  • Loading branch information
Peter Ujfalusi authored and Takashi Iwai committed Sep 24, 2012
1 parent b02048d commit 3e99e77
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e7736cdea223f3a5b867c359fb35cf08250dd771
refs/heads/master: b7ef37d0e382298bcf7ba399ce67b044d9add23a
3 changes: 2 additions & 1 deletion trunk/arch/arm/plat-samsung/dma-ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ static int samsung_dmadev_prepare(unsigned ch,
break;
case DMA_CYCLIC:
desc = dmaengine_prep_dma_cyclic(chan, param->buf,
param->len, param->period, param->direction);
param->len, param->period, param->direction,
DMA_PREP_INTERRUPT | DMA_CTRL_ACK);
break;
default:
dev_err(&chan->dev->device, "unsupported format\n");
Expand Down

0 comments on commit 3e99e77

Please sign in to comment.