diff options
author | Leon Romanovsky <leon@leon.nu> | 2011-12-19 21:51:52 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-20 00:41:29 +0000 |
commit | 58783faf281559379871d85faf2ef53e97d075e0 (patch) | |
tree | aaaadf2467ffa96088b8ebfda3158a2799f63a91 /sound/soc/tegra/Kconfig | |
parent | 58fa8e456c8e8329fe829994202b43286eb0de3f (diff) | |
download | linux-3.10-58783faf281559379871d85faf2ef53e97d075e0.tar.gz linux-3.10-58783faf281559379871d85faf2ef53e97d075e0.tar.bz2 linux-3.10-58783faf281559379871d85faf2ef53e97d075e0.zip |
ASoC: Tegra machine ASoC driver for boards using ALC5332 codec
At this stage only Toshiba AC100/Dynabook supported.
Signed-off-by: Leon Romanovsky <leon@leon.nu>
Signed-off-by: Andrey Danin <danindrey@mail.ru>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra/Kconfig')
-rw-r--r-- | sound/soc/tegra/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig index c6af1fd707f..ce1b773c351 100644 --- a/sound/soc/tegra/Kconfig +++ b/sound/soc/tegra/Kconfig @@ -47,3 +47,12 @@ config SND_SOC_TEGRA_TRIMSLICE help Say Y or M here if you want to add support for SoC audio on the TrimSlice platform. + +config SND_SOC_TEGRA_ALC5632 + tristate "SoC Audio support for Tegra boards using an ALC5632 codec" + depends on SND_SOC_TEGRA && I2C + select SND_SOC_TEGRA_I2S + select SND_SOC_ALC5632 + help + Say Y or M here if you want to add support for SoC audio on the + Toshiba AC100 netbook. |