|
|
|
@ -1211,10 +1211,10 @@ static int samsung_i2s_probe(struct platform_device *pdev) |
|
|
|
|
pri_dai->dma_playback.dma_addr = regs_base + I2STXD; |
|
|
|
|
pri_dai->dma_capture.dma_addr = regs_base + I2SRXD; |
|
|
|
|
pri_dai->dma_playback.client = |
|
|
|
|
(struct s3c2410_dma_client *)&pri_dai->dma_playback; |
|
|
|
|
(struct s3c_dma_client *)&pri_dai->dma_playback; |
|
|
|
|
pri_dai->dma_playback.ch_name = "tx"; |
|
|
|
|
pri_dai->dma_capture.client = |
|
|
|
|
(struct s3c2410_dma_client *)&pri_dai->dma_capture; |
|
|
|
|
(struct s3c_dma_client *)&pri_dai->dma_capture; |
|
|
|
|
pri_dai->dma_capture.ch_name = "rx"; |
|
|
|
|
pri_dai->dma_playback.dma_size = 4; |
|
|
|
|
pri_dai->dma_capture.dma_size = 4; |
|
|
|
@ -1233,7 +1233,7 @@ static int samsung_i2s_probe(struct platform_device *pdev) |
|
|
|
|
} |
|
|
|
|
sec_dai->dma_playback.dma_addr = regs_base + I2STXDS; |
|
|
|
|
sec_dai->dma_playback.client = |
|
|
|
|
(struct s3c2410_dma_client *)&sec_dai->dma_playback; |
|
|
|
|
(struct s3c_dma_client *)&sec_dai->dma_playback; |
|
|
|
|
sec_dai->dma_playback.ch_name = "tx-sec"; |
|
|
|
|
|
|
|
|
|
if (!np) { |
|
|
|
|