diff options
author | Russell King <rmk@arm.linux.org.uk> | 2005-05-12 16:04:59 +0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-05-29 12:06:52 +0400 |
commit | cb5a6ffc5c09bc354af69407dae710dcddcced37 (patch) | |
tree | 077341868201a1514a87f8cf25902903b873790f /sound/arm/Kconfig | |
parent | 9b9a5afffd8636a82c6b32970342aef9d1f3d17d (diff) | |
download | linux-cb5a6ffc5c09bc354af69407dae710dcddcced37.tar.xz |
[ALSA] ARM AACI primecell driver
ARM,/arm/Makefile,ARM AACI PL041 driver
Add support for the ARM AACI Primecell, which provides an AC'97
based interface. This driver only provides playback support.
This has been extensively tested with an LM4549 AC'97 codec.
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/arm/Kconfig')
-rw-r--r-- | sound/arm/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/arm/Kconfig b/sound/arm/Kconfig index cdacf4d3a387..34c1740aa6e9 100644 --- a/sound/arm/Kconfig +++ b/sound/arm/Kconfig @@ -14,5 +14,11 @@ config SND_SA11XX_UDA1341 To compile this driver as a module, choose M here: the module will be called snd-sa11xx-uda1341. +config SND_ARMAACI + tristate "ARM PrimeCell PL041 AC Link support" + depends on SND && ARM_AMBA + select SND_PCM + select SND_AC97_CODEC + endmenu |