aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorEric Miao <eric.miao@linaro.org>2011-09-08 17:28:55 -0700
committerEric Miao <eric.miao@linaro.org>2011-12-19 11:24:35 +0800
commit94c8b1b24f27204fc74db9b6fd993dbd24f3c90e (patch)
tree72ac5196e87149ff9a0ffadc8ffb076404de865c /sound
parentaa324ee73d8b137df1bd210af168e58cefebeeb3 (diff)
sound: change IMX_DMATYPE_SSI to IMX_DMATYPE_SSI_SP
Signed-off-by: Richard Zhu <richard.zhu@linaro.org> Signed-off-by: Eric Miao <eric.miao@linaro.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/imx/imx-pcm-dma-mx2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/imx/imx-pcm-dma-mx2.c b/sound/soc/imx/imx-pcm-dma-mx2.c
index 43fdc24f7e8..13b8437ad07 100644
--- a/sound/soc/imx/imx-pcm-dma-mx2.c
+++ b/sound/soc/imx/imx-pcm-dma-mx2.c
@@ -83,7 +83,7 @@ static int imx_ssi_dma_alloc(struct snd_pcm_substream *substream,
dma_params = snd_soc_dai_get_dma_data(rtd->cpu_dai, substream);
- iprtd->dma_data.peripheral_type = IMX_DMATYPE_SSI;
+ iprtd->dma_data.peripheral_type = IMX_DMATYPE_SSI_SP;
iprtd->dma_data.priority = DMA_PRIO_HIGH;
iprtd->dma_data.dma_request = dma_params->dma;