diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-04-27 15:57:11 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-05-07 16:45:41 +0100 |
commit | af56b1c27b909e06318d26416d7b21fe6483224a (patch) | |
tree | e290e1e1206e98223bd7f06fd18c37e3f6784249 /sound/soc/s3c24xx/s3c64xx-i2s.h | |
parent | bd843edf81dc1200f71b61d4804af0e2918e8ae3 (diff) | |
download | op-kernel-dev-af56b1c27b909e06318d26416d7b21fe6483224a.zip op-kernel-dev-af56b1c27b909e06318d26416d7b21fe6483224a.tar.gz |
ASoC: S3C64XX: IISv4: Add CPU driver
Add the CPU driver for the IISv4 block found on S3C6410.
For now, the driver is almost a copy of s3c64xx-i2s.c but
it should diverge as more IISv4 specific stuff is added.
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx/s3c64xx-i2s.h')
-rw-r--r-- | sound/soc/s3c24xx/s3c64xx-i2s.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/s3c64xx-i2s.h b/sound/soc/s3c24xx/s3c64xx-i2s.h index f27ed50..7a40f43 100644 --- a/sound/soc/s3c24xx/s3c64xx-i2s.h +++ b/sound/soc/s3c24xx/s3c64xx-i2s.h @@ -37,5 +37,6 @@ struct clk; SNDRV_PCM_FMTBIT_S24_LE) extern struct snd_soc_dai s3c64xx_i2s_dai[]; +extern struct snd_soc_dai s3c64xx_i2s_v4_dai; #endif /* __SND_SOC_S3C24XX_S3C64XX_I2S_H */ |