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.19~1622^2~4^2~15^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc9fee8e1a2088e1853a1ba7b9f91d0629da0807;p=platform%2Fkernel%2Flinux-rpi.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 3475c61..1ca269e 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"},