summaryrefslogtreecommitdiffstats
path: root/sound/soc/rockchip
diff options
context:
space:
mode:
authorJeffy Chen2017-09-18 13:18:00 +0200
committerMark Brown2017-09-19 14:26:45 +0200
commitcc9fee8e1a2088e1853a1ba7b9f91d0629da0807 (patch)
treebadae085029fe68eb50daa10ec9ab884bb99559d /sound/soc/rockchip
parentASoC: rockchip: i2s: fix unbalanced clk_disable (diff)
downloadkernel-qcow2-linux-cc9fee8e1a2088e1853a1ba7b9f91d0629da0807.tar.gz
kernel-qcow2-linux-cc9fee8e1a2088e1853a1ba7b9f91d0629da0807.tar.xz
kernel-qcow2-linux-cc9fee8e1a2088e1853a1ba7b9f91d0629da0807.zip
ASoC: rockchip: Add dapm route for DMic
Add dapm route for DMIC codec. Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/rockchip')
-rw-r--r--sound/soc/rockchip/rk3399_gru_sound.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/rockchip/rk3399_gru_sound.c b/sound/soc/rockchip/rk3399_gru_sound.c
index 3475c61a5fa0..1ca269ee0b7e 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"},