diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2015-12-15 14:29:42 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-12-23 03:20:50 +0300 |
commit | 1d981e0a5af78339d55085041c6eb3b9a8626920 (patch) | |
tree | a46fdaefffb05b800664ecf8b9090616baa3ee09 /sound/soc/codecs/Kconfig | |
parent | 3f97ab4cc2374f4c5543a0fea9d02dffc29188a8 (diff) | |
download | linux-1d981e0a5af78339d55085041c6eb3b9a8626920.tar.xz |
ASoC: wm5110: Provide basic hookup for voice control
Register a platform driver for the CODEC and add DAIs that will be used
to connect a compressed record path for the voice control functionality.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
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 55e14a3ed5e1..4f482f7b63fc 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -214,6 +214,7 @@ config SND_SOC_WM_HUBS config SND_SOC_WM_ADSP tristate + select SND_SOC_COMPRESS default y if SND_SOC_CS47L24=y default y if SND_SOC_WM5102=y default y if SND_SOC_WM5110=y |