diff options
author | Kenneth Kiraly <kiraly@lab126.com> | 2008-09-10 14:33:32 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-09-23 02:18:05 -0400 |
commit | 8bae3e2335132aadd29662694866a55d52bff850 (patch) | |
tree | 322b8869032d398d389e0a59ddeed6ea28bee897 /sound/soc/codecs/Kconfig | |
parent | f51ff9937bc6732ed5fc08088fdbe89ab8ed27c3 (diff) |
sound: ASoC: Add WM8971 CODEC driver
The WM8971 is a low power, high quality stereo codec designed for
portable digital audio applications.
This driver was originally written by Kenneth Kiraly. While out of tree
it has had updates to reflect current kernel APIs and coding standards
from Graeme Gregory and Mark Brown.
Signed-off-by: Kenneth Kiraly <kiraly@lab126.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: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 27f2dfa7ca1a..e0b9869df0f1 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -16,6 +16,7 @@ config SND_SOC_ALL_CODECS | |||
16 | select SND_SOC_WM8753 | 16 | select SND_SOC_WM8753 |
17 | select SND_SOC_WM8900 | 17 | select SND_SOC_WM8900 |
18 | select SND_SOC_WM8903 | 18 | select SND_SOC_WM8903 |
19 | select SND_SOC_WM8971 | ||
19 | select SND_SOC_WM8990 | 20 | select SND_SOC_WM8990 |
20 | help | 21 | help |
21 | Normally ASoC codec drivers are only built if a machine driver which | 22 | Normally ASoC codec drivers are only built if a machine driver which |
@@ -89,6 +90,9 @@ config SND_SOC_WM8900 | |||
89 | config SND_SOC_WM8903 | 90 | config SND_SOC_WM8903 |
90 | tristate | 91 | tristate |
91 | 92 | ||
93 | config SND_SOC_WM8971 | ||
94 | tristate | ||
95 | |||
92 | config SND_SOC_WM8990 | 96 | config SND_SOC_WM8990 |
93 | tristate | 97 | tristate |
94 | 98 | ||