diff options
Diffstat (limited to 'sound/soc/s3c24xx/s3c24xx-i2s.c')
-rw-r--r-- | sound/soc/s3c24xx/s3c24xx-i2s.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/s3c24xx-i2s.c b/sound/soc/s3c24xx/s3c24xx-i2s.c index 8ca314dc8891..39f02462e07d 100644 --- a/sound/soc/s3c24xx/s3c24xx-i2s.c +++ b/sound/soc/s3c24xx/s3c24xx-i2s.c | |||
@@ -344,11 +344,11 @@ static int s3c24xx_i2s_set_clkdiv(struct snd_soc_cpu_dai *cpu_dai, | |||
344 | DBG("Entered %s\n", __FUNCTION__); | 344 | DBG("Entered %s\n", __FUNCTION__); |
345 | 345 | ||
346 | switch (div_id) { | 346 | switch (div_id) { |
347 | case S3C24XX_DIV_MCLK: | 347 | case S3C24XX_DIV_BCLK: |
348 | reg = readl(s3c24xx_i2s.regs + S3C2410_IISMOD) & ~S3C2410_IISMOD_FS_MASK; | 348 | reg = readl(s3c24xx_i2s.regs + S3C2410_IISMOD) & ~S3C2410_IISMOD_FS_MASK; |
349 | writel(reg | div, s3c24xx_i2s.regs + S3C2410_IISMOD); | 349 | writel(reg | div, s3c24xx_i2s.regs + S3C2410_IISMOD); |
350 | break; | 350 | break; |
351 | case S3C24XX_DIV_BCLK: | 351 | case S3C24XX_DIV_MCLK: |
352 | reg = readl(s3c24xx_i2s.regs + S3C2410_IISMOD) & ~(S3C2410_IISMOD_384FS); | 352 | reg = readl(s3c24xx_i2s.regs + S3C2410_IISMOD) & ~(S3C2410_IISMOD_384FS); |
353 | writel(reg | div, s3c24xx_i2s.regs + S3C2410_IISMOD); | 353 | writel(reg | div, s3c24xx_i2s.regs + S3C2410_IISMOD); |
354 | break; | 354 | break; |