ALSA: ASoC: Au12x0/Au1550 PSC Audio support
authorManuel Lauss <mano@roarinelk.homelinux.net>
Wed, 9 Jul 2008 14:27:56 +0000 (16:27 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 10 Jul 2008 07:33:07 +0000 (09:33 +0200)
commit4a161d235b68eb7234f40106560c488a1bdb3851
treeef88570d98c10f1bfeef56bfeddbe8009d1fcaa5
parentbf41534506a0572c06c8f34d12aa489be4c8780e
ALSA: ASoC: Au12x0/Au1550 PSC Audio support

Audio for Au12x0/Au1550 PSCs in AC97 and I2S mode, for ASoC v1 framework.

- DBDMA, AC97 and I2S drivers
- sample AC97 machine code (Db1200)

Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net>
Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
include/asm-mips/mach-au1x00/au1xxx_psc.h
sound/soc/Kconfig
sound/soc/Makefile
sound/soc/au1x/Kconfig [new file with mode: 0644]
sound/soc/au1x/Makefile [new file with mode: 0644]
sound/soc/au1x/dbdma2.c [new file with mode: 0644]
sound/soc/au1x/psc-ac97.c [new file with mode: 0644]
sound/soc/au1x/psc-i2s.c [new file with mode: 0644]
sound/soc/au1x/psc.h [new file with mode: 0644]
sound/soc/au1x/sample-ac97.c [new file with mode: 0644]