diff options
Diffstat (limited to 'sound/soc/samsung/i2s.c')
-rw-r--r-- | sound/soc/samsung/i2s.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/soc/samsung/i2s.c b/sound/soc/samsung/i2s.c index d2533dbc8399..03eec22f0f46 100644 --- a/sound/soc/samsung/i2s.c +++ b/sound/soc/samsung/i2s.c | |||
@@ -1221,11 +1221,7 @@ static int samsung_i2s_probe(struct platform_device *pdev) | |||
1221 | 1221 | ||
1222 | pri_dai->dma_playback.dma_addr = regs_base + I2STXD; | 1222 | pri_dai->dma_playback.dma_addr = regs_base + I2STXD; |
1223 | pri_dai->dma_capture.dma_addr = regs_base + I2SRXD; | 1223 | pri_dai->dma_capture.dma_addr = regs_base + I2SRXD; |
1224 | pri_dai->dma_playback.client = | ||
1225 | (struct s3c_dma_client *)&pri_dai->dma_playback; | ||
1226 | pri_dai->dma_playback.ch_name = "tx"; | 1224 | pri_dai->dma_playback.ch_name = "tx"; |
1227 | pri_dai->dma_capture.client = | ||
1228 | (struct s3c_dma_client *)&pri_dai->dma_capture; | ||
1229 | pri_dai->dma_capture.ch_name = "rx"; | 1225 | pri_dai->dma_capture.ch_name = "rx"; |
1230 | pri_dai->dma_playback.dma_size = 4; | 1226 | pri_dai->dma_playback.dma_size = 4; |
1231 | pri_dai->dma_capture.dma_size = 4; | 1227 | pri_dai->dma_capture.dma_size = 4; |
@@ -1243,8 +1239,6 @@ static int samsung_i2s_probe(struct platform_device *pdev) | |||
1243 | goto err; | 1239 | goto err; |
1244 | } | 1240 | } |
1245 | sec_dai->dma_playback.dma_addr = regs_base + I2STXDS; | 1241 | sec_dai->dma_playback.dma_addr = regs_base + I2STXDS; |
1246 | sec_dai->dma_playback.client = | ||
1247 | (struct s3c_dma_client *)&sec_dai->dma_playback; | ||
1248 | sec_dai->dma_playback.ch_name = "tx-sec"; | 1242 | sec_dai->dma_playback.ch_name = "tx-sec"; |
1249 | 1243 | ||
1250 | if (!np) { | 1244 | if (!np) { |