diff options
author | Richard Purdie <richard@openedhand.com> | 2008-06-23 09:51:28 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-06-26 03:01:58 -0400 |
commit | 796d2ca84859d1fdb11ff06cd9707ffab5642fca (patch) | |
tree | 720b4ddfb75243601774bf5d9f617c6dcf4711a2 /sound/soc/codecs/Kconfig | |
parent | 627d3e7abca30d6e86787c98dd7cbac0233bc5a9 (diff) |
ALSA: ASoC: Add AK4535 driver
The AK4535 codec is included in some HP iPAQ systems.
This driver was originally written by Richard Purdie and with some bug
fixes from Milan Plzik. While out of tree it has also had some
mechanical updates for new APIs and current best practices from Liam
Girdwood, Graeme Gregory and Mark Brown.
Signed-off-by: Richard Purdie <richard@openedhand.com>
Signed-off-by: Milan Plzik <milan.plzik@gmail.com>
Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
Signed-off-by: Graeme Gregory <gg@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index f439138db843..1db04a28a53d 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -2,6 +2,9 @@ config SND_SOC_AC97_CODEC | |||
2 | tristate | 2 | tristate |
3 | select SND_AC97_CODEC | 3 | select SND_AC97_CODEC |
4 | 4 | ||
5 | config SND_SOC_AK4535 | ||
6 | tristate | ||
7 | |||
5 | config SND_SOC_UDA1380 | 8 | config SND_SOC_UDA1380 |
6 | tristate | 9 | tristate |
7 | 10 | ||