diff options
author | Graeme Gregory <gg@opensource.wolfsonmicro.com> | 2007-04-17 12:35:48 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-05-11 16:56:03 +0200 |
commit | e81208fe5881b700cfb25db1ecb769ecbfff40cc (patch) | |
tree | 4ff17a7c2195a1a3d9255e9ea2f8319a768bdddf /sound/soc/s3c24xx/s3c24xx-i2s.h | |
parent | 7f1bc26e7df85957bcc48442f135e7a6f85e5edc (diff) |
[ALSA] ASoC Samsung S3C24xx updates - i2s
This patch adds DMA size fields to the S3C24xx audio DMA params and
exports the S3C24xx I2S digital audio interface.
Signed-off-by: Graeme Gregory <gg@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/soc/s3c24xx/s3c24xx-i2s.h')
-rw-r--r-- | sound/soc/s3c24xx/s3c24xx-i2s.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/s3c24xx-i2s.h b/sound/soc/s3c24xx/s3c24xx-i2s.h index f9ca04edacb..537b4ecce8a 100644 --- a/sound/soc/s3c24xx/s3c24xx-i2s.h +++ b/sound/soc/s3c24xx/s3c24xx-i2s.h @@ -32,4 +32,6 @@ u32 s3c24xx_i2s_get_clockrate(void); +extern struct snd_soc_cpu_dai s3c24xx_i2s_dai; + #endif /*S3C24XXI2S_H_*/ |