Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193429
b: refs/heads/master
c: d47ef9c
h: refs/heads/master
i:
  193427: 26fb8cb
v: v3
  • Loading branch information
Jassi Brar authored and Mark Brown committed May 5, 2010
1 parent 5e22f97 commit d9dd98d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 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: 5728242789d3538abcfdcb28e01798801efd9988
refs/heads/master: d47ef9c79dd46c1b33696f01b6cf744b77150379
3 changes: 0 additions & 3 deletions trunk/sound/soc/s3c24xx/regs-i2s-v2.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@
#define S3C64XX_IISMOD_BLC_24BIT (2 << 13)
#define S3C64XX_IISMOD_BLC_MASK (3 << 13)

#define S3C64XX_IISMOD_IMS_PCLK (0 << 10)
#define S3C64XX_IISMOD_IMS_SYSMUX (1 << 10)

#define S3C2412_IISMOD_IMS_SYSMUX (1 << 10)
#define S3C2412_IISMOD_SLAVE (1 << 11)
#define S3C2412_IISMOD_MODE_TXONLY (0 << 8)
Expand Down
4 changes: 2 additions & 2 deletions trunk/sound/soc/s3c24xx/s3c64xx-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ static int s3c64xx_i2s_set_sysclk(struct snd_soc_dai *cpu_dai,

switch (clk_id) {
case S3C64XX_CLKSRC_PCLK:
iismod &= ~S3C64XX_IISMOD_IMS_SYSMUX;
iismod &= ~S3C2412_IISMOD_IMS_SYSMUX;
break;

case S3C64XX_CLKSRC_MUX:
iismod |= S3C64XX_IISMOD_IMS_SYSMUX;
iismod |= S3C2412_IISMOD_IMS_SYSMUX;
break;

case S3C64XX_CLKSRC_CDCLK:
Expand Down

0 comments on commit d9dd98d

Please sign in to comment.