ASoC: Samsung: Add common I2S driver
authorJassi Brar <jassi.brar@samsung.com>
Mon, 22 Nov 2010 06:36:59 +0000 (15:36 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 23 Nov 2010 14:06:58 +0000 (14:06 +0000)
commit1c7ac01807ac89dee5e2ebf8f43fbc4cbba24af6
treeae6669a6ffac6a7509c47844ebab90ef27f357a4
parent0068402c58d5f3e21b863de881508248f29b464f
ASoC: Samsung: Add common I2S driver

The I2S controllers since S3C64XX are incremental revisions, with
a new feature added to the last one. The programming i/f doesn't
conflict between these revisions, so it is possible to have one
common driver that could manage various versions of I2S (v3, 4 & 5)

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>
sound/soc/s3c24xx/Kconfig
sound/soc/s3c24xx/Makefile
sound/soc/s3c24xx/i2s.c [new file with mode: 0644]
sound/soc/s3c24xx/i2s.h [new file with mode: 0644]
This page took 0.024324 seconds and 5 git commands to generate.