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-12-02 14:40:55 +0800
commit941bbe3aa9e0fdd3d2bf4d23dfe5f5bed4aaf64c (patch)
tree4703221dbfc4fd7def9c5db62c20943bec4a9d32
parentb8f9ad4e854006dd257f56f496ecf136b9b6f706 (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;