From: Jeffy Chen Date: Mon, 18 Sep 2017 11:18:00 +0000 (+0800) Subject: ASoC: rockchip: Add dapm route for DMic X-Git-Tag: v4.15-rc1~118^2~1^2~10^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cc9fee8e1a2088e1853a1ba7b9f91d0629da0807;p=thirdparty%2Fkernel%2Flinux.git ASoC: rockchip: Add dapm route for DMic Add dapm route for DMIC codec. Signed-off-by: Jeffy Chen Signed-off-by: Mark Brown --- diff --git a/sound/soc/rockchip/rk3399_gru_sound.c b/sound/soc/rockchip/rk3399_gru_sound.c index 3475c61a5fa0b..1ca269ee0b7e2 100644 --- a/sound/soc/rockchip/rk3399_gru_sound.c +++ b/sound/soc/rockchip/rk3399_gru_sound.c @@ -54,6 +54,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"},