diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2008-05-28 12:58:06 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-05-29 02:13:43 -0400 |
commit | b7482f52789266e2548be5d0f6420c9fc12428d8 (patch) | |
tree | 8f8960df3f992689523c231c5aeafef1c105061c /sound/soc/codecs/Kconfig | |
parent | e13ac2e9b18bde51cf32c69c2209df25791ab3e5 (diff) |
[ALSA] ASoC: Add UDA1380 driver
The UDA1380 codec is used by the HTC Magician and a number of Samsung
reference boards.
This driver has had a long out of tree history, having originally been
written by Giorgio Padrin and converted to ASoC by Richard Purdie.
Since conversion to ASoC most of the work on the driver has been done by
Philipp Zabel with some review and updates for new APIs by Liam Girdwood
and Mark Brown.
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
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 d4a5fe42f6e0..7beefccfa821 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_UDA1380 | ||
6 | tristate | ||
7 | |||
5 | config SND_SOC_WM8731 | 8 | config SND_SOC_WM8731 |
6 | tristate | 9 | tristate |
7 | 10 | ||