diff options
author | Cliff Cai <cliff.cai@analog.com> | 2008-09-01 21:47:03 +0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-09-04 12:34:27 +0400 |
commit | d2a403553ba7659d85dae2a05b1f3767d2fefcfe (patch) | |
tree | e902a5a87e8aa5359d2c7e7331ca22babf1694d6 /sound/soc/codecs/Kconfig | |
parent | e5d3fd38f93755c5ab1e04b8e40196135f576355 (diff) | |
download | linux-d2a403553ba7659d85dae2a05b1f3767d2fefcfe.tar.xz |
ALSA: ASoC: Add SPI support for WM8731
[Modified to allow runtime selection between I2C and SPI and to select
SPI_MASTER for all codecs build so this is included. -- broonie]
Signed-off-by: Cliff Cai <cliff.cai@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 13ae4fd2d179..cceac73aff0a 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -2,6 +2,7 @@ config SND_SOC_ALL_CODECS tristate "Build all ASoC CODEC drivers" depends on I2C select SPI + select SPI_MASTER select SND_SOC_AK4535 select SND_SOC_UDA1380 select SND_SOC_WM8510 |