X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=sound%2Fsoc%2Fs3c24xx%2Fs3c24xx-i2s.c;h=8ca314dc8891c04ebca6323dafb4709d4b7c8203;hb=0a3fd051c7036ef71b58863f8e5da7c3dabd9d3f;hp=df655a5db5366661f19b6ac1a6a37e7a997a62db;hpb=c1422a6658ef6101fc5a979021487c732cb177a1;p=linux-2.6-omap-h63xx.git diff --git a/sound/soc/s3c24xx/s3c24xx-i2s.c b/sound/soc/s3c24xx/s3c24xx-i2s.c index df655a5db53..8ca314dc889 100644 --- a/sound/soc/s3c24xx/s3c24xx-i2s.c +++ b/sound/soc/s3c24xx/s3c24xx-i2s.c @@ -61,13 +61,15 @@ static struct s3c2410_dma_client s3c24xx_dma_client_in = { static struct s3c24xx_pcm_dma_params s3c24xx_i2s_pcm_stereo_out = { .client = &s3c24xx_dma_client_out, .channel = DMACH_I2S_OUT, - .dma_addr = S3C2410_PA_IIS + S3C2410_IISFIFO + .dma_addr = S3C2410_PA_IIS + S3C2410_IISFIFO, + .dma_size = 2, }; static struct s3c24xx_pcm_dma_params s3c24xx_i2s_pcm_stereo_in = { .client = &s3c24xx_dma_client_in, .channel = DMACH_I2S_IN, - .dma_addr = S3C2410_PA_IIS + S3C2410_IISFIFO + .dma_addr = S3C2410_PA_IIS + S3C2410_IISFIFO, + .dma_size = 2, }; struct s3c24xx_i2s_info {