Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316667
b: refs/heads/master
c: 9d051dc
h: refs/heads/master
i:
  316665: 307b5a7
  316663: 6111123
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Vinod Koul committed Jul 20, 2012
1 parent e23ee56 commit 5465273
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 341f4dc5dcecbf60f038055db177845b9af480ed
refs/heads/master: 9d051dc79f8fd1854229178476db0534359a3704
4 changes: 0 additions & 4 deletions trunk/sound/soc/sh/siu_pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,6 @@ static bool filter(struct dma_chan *chan, void *slave)

pr_debug("%s: slave ID %d\n", __func__, param->shdma_slave.slave_id);

if (unlikely(param->dma_dev != chan->device->dev))
return false;

chan->private = &param->shdma_slave;
return true;
}
Expand Down Expand Up @@ -369,7 +366,6 @@ static int siu_pcm_open(struct snd_pcm_substream *ss)
pdata->dma_slave_rx_a;
}

param->dma_dev = pdata->dma_dev;
/* Get DMA channel */
siu_stream->chan = dma_request_channel(mask, filter, param);
if (!siu_stream->chan) {
Expand Down

0 comments on commit 5465273

Please sign in to comment.