Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62113
b: refs/heads/master
c: 82fb159
h: refs/heads/master
i:
  62111: 290f12c
v: v3
  • Loading branch information
Matt Reimer authored and Jaroslav Kysela committed Jul 20, 2007
1 parent ff66f89 commit f49c1cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ef2ec0dd65bc542f9ab45ea2fac6920cb1afa13b
refs/heads/master: 82fb159aa3d187aac0fce076739d7d8884e7a0af
4 changes: 2 additions & 2 deletions trunk/sound/soc/s3c24xx/s3c24xx-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,11 +344,11 @@ static int s3c24xx_i2s_set_clkdiv(struct snd_soc_cpu_dai *cpu_dai,
DBG("Entered %s\n", __FUNCTION__);

switch (div_id) {
case S3C24XX_DIV_MCLK:
case S3C24XX_DIV_BCLK:
reg = readl(s3c24xx_i2s.regs + S3C2410_IISMOD) & ~S3C2410_IISMOD_FS_MASK;
writel(reg | div, s3c24xx_i2s.regs + S3C2410_IISMOD);
break;
case S3C24XX_DIV_BCLK:
case S3C24XX_DIV_MCLK:
reg = readl(s3c24xx_i2s.regs + S3C2410_IISMOD) & ~(S3C2410_IISMOD_384FS);
writel(reg | div, s3c24xx_i2s.regs + S3C2410_IISMOD);
break;
Expand Down

0 comments on commit f49c1cc

Please sign in to comment.