Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193430
b: refs/heads/master
c: 9e991a4
h: refs/heads/master
v: v3
  • Loading branch information
Jassi Brar authored and Mark Brown committed May 5, 2010
1 parent d9dd98d commit 741c1e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d47ef9c79dd46c1b33696f01b6cf744b77150379
refs/heads/master: 9e991a4bf3290b0787d33fa72144f6eec656f20d
8 changes: 8 additions & 0 deletions trunk/sound/soc/s3c24xx/s3c-i2s-v2.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,16 @@
#define S3C_I2SV2_CLKSRC_AUDIOBUS 1
#define S3C_I2SV2_CLKSRC_CDCLK 2

/* Set this flag for I2S controllers that have the bit IISMOD[12]
* bridge/break RCLK signal and external Xi2sCDCLK pin.
*/
#define S3C_FEATURE_CDCLKCON (1 << 0)

/**
* struct s3c_i2sv2_info - S3C I2S-V2 information
* @dev: The parent device passed to use from the probe.
* @regs: The pointer to the device registe block.
* @feature: Set of bit-flags indicating features of the controller.
* @master: True if the I2S core is the I2S bit clock master.
* @dma_playback: DMA information for playback channel.
* @dma_capture: DMA information for capture channel.
Expand All @@ -47,6 +53,8 @@ struct s3c_i2sv2_info {
struct device *dev;
void __iomem *regs;

u32 feature;

struct clk *iis_pclk;
struct clk *iis_cclk;

Expand Down

0 comments on commit 741c1e5

Please sign in to comment.