aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/samsung/s5p-i2s_sec.c
diff options
context:
space:
mode:
authorJaehun Jung <jh0801.jung@samsung.com>2010-08-13 21:04:59 +0900
committerArve Hjønnevåg <arve@android.com>2011-11-17 17:40:44 -0800
commitce293ad2809a5f4db2ae2f40345da766c9f074ae (patch)
treee95899c1b73d22a449ff96b9f618291689b1439d /sound/soc/samsung/s5p-i2s_sec.c
parent18db8058906b65302d15b109d4c189738a0f0664 (diff)
downloadkernel_samsung_aries-ce293ad2809a5f4db2ae2f40345da766c9f074ae.zip
kernel_samsung_aries-ce293ad2809a5f4db2ae2f40345da766c9f074ae.tar.gz
kernel_samsung_aries-ce293ad2809a5f4db2ae2f40345da766c9f074ae.tar.bz2
S5PC110:I2S: Apply the modified DMA channel name
Diffstat (limited to 'sound/soc/samsung/s5p-i2s_sec.c')
-rw-r--r--sound/soc/samsung/s5p-i2s_sec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/samsung/s5p-i2s_sec.c b/sound/soc/samsung/s5p-i2s_sec.c
index addc03a..483c3d1 100644
--- a/sound/soc/samsung/s5p-i2s_sec.c
+++ b/sound/soc/samsung/s5p-i2s_sec.c
@@ -43,7 +43,7 @@ static struct s3c2410_dma_client s5p_dma_client_outs = {
};
static struct s3c_dma_params s5p_i2s_sec_pcm_out = {
- .channel = DMACH_I2S0_OUT_S,
+ .channel = DMACH_I2S0S_TX,
.client = &s5p_dma_client_outs,
.dma_size = 4,
};