Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286141
b: refs/heads/master
c: d6077c9
h: refs/heads/master
i:
  286139: eefa531
v: v3
  • Loading branch information
Shawn Guo authored and Vinod Koul committed Dec 23, 2011
1 parent ae081a9 commit 01a7077
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: 2a0ff7a602714990b10a8749e908dad48401138e
refs/heads/master: d6077c92b6c51299eac7c2673631d6394ee2191a
2 changes: 1 addition & 1 deletion trunk/sound/soc/mxs/mxs-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ static int snd_mxs_pcm_hw_params(struct snd_pcm_substream *substream,
iprtd->period_bytes * iprtd->periods,
iprtd->period_bytes,
substream->stream == SNDRV_PCM_STREAM_PLAYBACK ?
DMA_TO_DEVICE : DMA_FROM_DEVICE);
DMA_MEM_TO_DEV : DMA_DEV_TO_MEM);
if (!iprtd->desc) {
dev_err(&chan->dev->device, "cannot prepare slave dma\n");
return -EINVAL;
Expand Down

0 comments on commit 01a7077

Please sign in to comment.