diff options
author | Xing Zheng <zhengxing@rock-chips.com> | 2016-08-19 16:56:12 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-08-19 18:23:42 +0300 |
commit | e5abe959549ca267d2f6c7b0df1f74a0d8deab40 (patch) | |
tree | 2fc0693c19367f4d38802c652d86ba754795b501 /sound/soc/rockchip/Kconfig | |
parent | c6eac8a36a845e52ba520060a807044964ad9de5 (diff) | |
download | linux-e5abe959549ca267d2f6c7b0df1f74a0d8deab40.tar.xz |
ASoC: rockchip: Add support rt5514 dsp summy dailink
This patch can attach automaticlly rt5514 spi DAI with driver name "rt5514"
in the snd_soc_find_dai process. Turn this feature on, we can enable the
voice wake up via rt5514 dsp for RK3399 Gru Boards.
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/rockchip/Kconfig')
-rw-r--r-- | sound/soc/rockchip/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/rockchip/Kconfig b/sound/soc/rockchip/Kconfig index 6d3903284a07..d82d763d4854 100644 --- a/sound/soc/rockchip/Kconfig +++ b/sound/soc/rockchip/Kconfig @@ -49,6 +49,7 @@ config SND_SOC_RK3399_GRU_SOUND select SND_SOC_MAX98357A select SND_SOC_RT5514 select SND_SOC_DA7219 + select SND_SOC_RT5514_SPI help Say Y or M here if you want to add support multiple codecs for SoC audio on Rockchip RK3399 GRU boards. |