Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56175
b: refs/heads/master
c: e81208f
h: refs/heads/master
i:
  56173: c56e9d2
  56171: 27a98ac
  56167: 2332133
  56159: 5efd8f8
v: v3
  • Loading branch information
Graeme Gregory authored and Jaroslav Kysela committed May 11, 2007
1 parent 194e68a commit a2f01f6
Show file tree
Hide file tree
Showing 3 changed files with 7 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: 7f1bc26e7df85957bcc48442f135e7a6f85e5edc
refs/heads/master: e81208fe5881b700cfb25db1ecb769ecbfff40cc
6 changes: 4 additions & 2 deletions trunk/sound/soc/s3c24xx/s3c24xx-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,15 @@ static struct s3c2410_dma_client s3c24xx_dma_client_in = {
static struct s3c24xx_pcm_dma_params s3c24xx_i2s_pcm_stereo_out = {
.client = &s3c24xx_dma_client_out,
.channel = DMACH_I2S_OUT,
.dma_addr = S3C2410_PA_IIS + S3C2410_IISFIFO
.dma_addr = S3C2410_PA_IIS + S3C2410_IISFIFO,
.dma_size = 2,
};

static struct s3c24xx_pcm_dma_params s3c24xx_i2s_pcm_stereo_in = {
.client = &s3c24xx_dma_client_in,
.channel = DMACH_I2S_IN,
.dma_addr = S3C2410_PA_IIS + S3C2410_IISFIFO
.dma_addr = S3C2410_PA_IIS + S3C2410_IISFIFO,
.dma_size = 2,
};

struct s3c24xx_i2s_info {
Expand Down
2 changes: 2 additions & 0 deletions trunk/sound/soc/s3c24xx/s3c24xx-i2s.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@

u32 s3c24xx_i2s_get_clockrate(void);

extern struct snd_soc_cpu_dai s3c24xx_i2s_dai;

#endif /*S3C24XXI2S_H_*/

0 comments on commit a2f01f6

Please sign in to comment.