diff options
Diffstat (limited to 'sound/soc/s3c24xx/s3c64xx-i2s.c')
-rw-r--r-- | sound/soc/s3c24xx/s3c64xx-i2s.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/s3c64xx-i2s.c b/sound/soc/s3c24xx/s3c64xx-i2s.c index d68cae15561..719d63c27fd 100644 --- a/sound/soc/s3c24xx/s3c64xx-i2s.c +++ b/sound/soc/s3c24xx/s3c64xx-i2s.c | |||
@@ -46,7 +46,7 @@ static struct s3c2410_dma_client s3c64xx_dma_client_in = { | |||
46 | .name = "I2S PCM Stereo in" | 46 | .name = "I2S PCM Stereo in" |
47 | }; | 47 | }; |
48 | 48 | ||
49 | static struct s3c24xx_pcm_dma_params s3c64xx_i2s_pcm_stereo_out[2] = { | 49 | static struct s3c_dma_params s3c64xx_i2s_pcm_stereo_out[2] = { |
50 | [0] = { | 50 | [0] = { |
51 | .channel = DMACH_I2S0_OUT, | 51 | .channel = DMACH_I2S0_OUT, |
52 | .client = &s3c64xx_dma_client_out, | 52 | .client = &s3c64xx_dma_client_out, |
@@ -61,7 +61,7 @@ static struct s3c24xx_pcm_dma_params s3c64xx_i2s_pcm_stereo_out[2] = { | |||
61 | }, | 61 | }, |
62 | }; | 62 | }; |
63 | 63 | ||
64 | static struct s3c24xx_pcm_dma_params s3c64xx_i2s_pcm_stereo_in[2] = { | 64 | static struct s3c_dma_params s3c64xx_i2s_pcm_stereo_in[2] = { |
65 | [0] = { | 65 | [0] = { |
66 | .channel = DMACH_I2S0_IN, | 66 | .channel = DMACH_I2S0_IN, |
67 | .client = &s3c64xx_dma_client_in, | 67 | .client = &s3c64xx_dma_client_in, |