aboutsummaryrefslogtreecommitdiff
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-10-14 09:57:03 +0800
commitdfe500ed2f88e9f8b41a37493366673bf70fe68a (patch)
treec053941174b399f3aba19d9f4283e1e1863b6e42
parent7bd46b11ce7a74d932f5218bfc4495b37ba9f544 (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>
-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;