Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332109
b: refs/heads/master
c: d37777a
h: refs/heads/master
i:
  332107: 1196e47
v: v3
  • Loading branch information
Richard Zhao authored and Mark Brown committed Sep 19, 2012
1 parent 1ad5507 commit 351dfeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 86767b7d5b3cdbd105e7d7066d671b52aa208188
refs/heads/master: d37777a13b4c4b32e274013846d739e5bbbf6f8d
3 changes: 3 additions & 0 deletions trunk/sound/soc/fsl/imx-pcm-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ static int snd_imx_open(struct snd_pcm_substream *substream)
dma_params = snd_soc_dai_get_dma_data(rtd->cpu_dai, substream);

dma_data = kzalloc(sizeof(*dma_data), GFP_KERNEL);
if (!dma_data)
return -ENOMEM;

dma_data->peripheral_type = dma_params->shared_peripheral ?
IMX_DMATYPE_SSI_SP : IMX_DMATYPE_SSI;
dma_data->priority = DMA_PRIO_HIGH;
Expand Down

0 comments on commit 351dfeb

Please sign in to comment.