diff options
author | Jeffy Chen <jeffy.chen@rock-chips.com> | 2017-09-18 14:18:00 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-09-19 15:26:45 +0300 |
commit | cc9fee8e1a2088e1853a1ba7b9f91d0629da0807 (patch) | |
tree | badae085029fe68eb50daa10ec9ab884bb99559d | |
parent | 32debfcd3ff0939c93238ddde03ffcc96cca5c60 (diff) | |
download | linux-cc9fee8e1a2088e1853a1ba7b9f91d0629da0807.tar.xz |
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>
-rw-r--r-- | sound/soc/rockchip/rk3399_gru_sound.c | 1 |
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"}, |