diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-06-05 08:49:32 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-06-06 05:54:25 -0400 |
commit | 5d421516670e8009436e299bd25cff1a6d3a4707 (patch) | |
tree | f151970311adfafd208eaa9d94a53a57eddc783c /sound/soc/codecs/Kconfig | |
parent | 8b83afe0d21f07145ec34ac006656e4d3edc4bac (diff) |
[ALSA] ASoC: Add WM8510 driver
The WM8510 is a mono CODEC with speaker driver optimised for telephony
applications, featuring:
- 16/20/24/32 bit audio at data rates between 8kHz and 48kHz
- On-chip PLL
- Dual microphone inputs
This driver was originally written by Liam Girdwood with updates from
Brett Saunders, Geoffrey Wossum and myself.
Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
Signed-off-by: Brett Saunders <breton.saunders@ntlworld.com>
Signed-off-by: Geoffrey Wossum <geoffrey@pager.net>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
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 7beefccfa821..ef400b363440 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -5,6 +5,9 @@ config SND_SOC_AC97_CODEC | |||
5 | config SND_SOC_UDA1380 | 5 | config SND_SOC_UDA1380 |
6 | tristate | 6 | tristate |
7 | 7 | ||
8 | config SND_SOC_WM8510 | ||
9 | tristate | ||
10 | |||
8 | config SND_SOC_WM8731 | 11 | config SND_SOC_WM8731 |
9 | tristate | 12 | tristate |
10 | 13 | ||