[PATCH v3 2/5] ASoC: rockchip: Add dapm route for DMic
Jeffy Chen
jeffy.chen at rock-chips.com
Tue Sep 19 05:57:57 PDT 2017
Add dapm route for DMIC codec.
Signed-off-by: Jeffy Chen <jeffy.chen at rock-chips.com>
---
Changes in v3: None
Changes in v2: None
sound/soc/rockchip/rk3399_gru_sound.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/rockchip/rk3399_gru_sound.c b/sound/soc/rockchip/rk3399_gru_sound.c
index b050510be65f..ad19e391c4a6 100644
--- a/sound/soc/rockchip/rk3399_gru_sound.c
+++ b/sound/soc/rockchip/rk3399_gru_sound.c
@@ -55,6 +55,7 @@ static const struct snd_soc_dapm_route rockchip_dapm_routes[] = {
{"MIC", NULL, "Headset Mic"},
{"DMIC1L", NULL, "Int Mic"},
{"DMIC1R", NULL, "Int Mic"},
+ {"DMic", NULL, "Int Mic"},
/* Output Lines */
{"Headphones", NULL, "HPL"},
--
2.11.0
More information about the linux-arm-kernel
mailing list