Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372047
b: refs/heads/master
c: 19133d2
h: refs/heads/master
i:
  372045: 0d0dd95
  372043: 80694cc
  372039: dc7717c
  372031: 6290a07
v: v3
  • Loading branch information
Shawn Guo authored and Mark Brown committed Apr 23, 2013
1 parent bbaa3e0 commit b65e3ed
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: a8956908bf03418d7264de79e1e988628183f537
refs/heads/master: 19133d2cfd9d6ad8365d94137dcd3e18f760c8e2
2 changes: 1 addition & 1 deletion trunk/sound/soc/soc-generic-dmaengine-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ static void dmaengine_pcm_request_chan_of(struct dmaengine_pcm *pcm,
return;

if (pcm->flags & SND_DMAENGINE_PCM_FLAG_HALF_DUPLEX) {
pcm->chan[0] = of_dma_request_slave_channel(of_node, "tx_rx");
pcm->chan[0] = of_dma_request_slave_channel(of_node, "rx-tx");
pcm->chan[1] = pcm->chan[0];
} else {
for (i = SNDRV_PCM_STREAM_PLAYBACK; i <= SNDRV_PCM_STREAM_CAPTURE; i++) {
Expand Down

0 comments on commit b65e3ed

Please sign in to comment.