Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193321
b: refs/heads/master
c: 4793d6a
h: refs/heads/master
i:
  193319: fdaaae6
v: v3
  • Loading branch information
Jassi Brar authored and Mark Brown committed Mar 10, 2010
1 parent dde42f5 commit cf9ab0d
Show file tree
Hide file tree
Showing 4 changed files with 10 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: 08226614789496dc395e3714115a3bcf2ca3baa2
refs/heads/master: 4793d6afbd7d66d64799a9dd1881888c28c4e1d0
4 changes: 4 additions & 0 deletions trunk/sound/soc/s3c24xx/s3c-i2s-v2.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
#define S3C_I2SV2_DIV_RCLK (2)
#define S3C_I2SV2_DIV_PRESCALER (3)

#define S3C_I2SV2_CLKSRC_PCLK 0
#define S3C_I2SV2_CLKSRC_AUDIOBUS 1
#define S3C_I2SV2_CLKSRC_CDCLK 2

/**
* struct s3c_i2sv2_info - S3C I2S-V2 information
* @dev: The parent device passed to use from the probe.
Expand Down
4 changes: 2 additions & 2 deletions trunk/sound/soc/s3c24xx/s3c2412-i2s.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#define S3C2412_DIV_RCLK S3C_I2SV2_DIV_RCLK
#define S3C2412_DIV_PRESCALER S3C_I2SV2_DIV_PRESCALER

#define S3C2412_CLKSRC_PCLK (0)
#define S3C2412_CLKSRC_I2SCLK (1)
#define S3C2412_CLKSRC_PCLK S3C_I2SV2_CLKSRC_PCLK
#define S3C2412_CLKSRC_I2SCLK S3C_I2SV2_CLKSRC_AUDIOBUS

extern struct clk *s3c2412_get_iisclk(void);

Expand Down
6 changes: 3 additions & 3 deletions trunk/sound/soc/s3c24xx/s3c64xx-i2s.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ struct clk;
#define S3C64XX_DIV_RCLK S3C_I2SV2_DIV_RCLK
#define S3C64XX_DIV_PRESCALER S3C_I2SV2_DIV_PRESCALER

#define S3C64XX_CLKSRC_PCLK (0)
#define S3C64XX_CLKSRC_MUX (1)
#define S3C64XX_CLKSRC_CDCLK (2)
#define S3C64XX_CLKSRC_PCLK S3C_I2SV2_CLKSRC_PCLK
#define S3C64XX_CLKSRC_MUX S3C_I2SV2_CLKSRC_AUDIOBUS
#define S3C64XX_CLKSRC_CDCLK S3C_I2SV2_CLKSRC_CDCLK

extern struct snd_soc_dai s3c64xx_i2s_dai[];

Expand Down

0 comments on commit cf9ab0d

Please sign in to comment.