Commit cc9fee8e authored by Jeffy Chen's avatar Jeffy Chen Committed by Mark Brown

ASoC: rockchip: Add dapm route for DMic

Add dapm route for DMIC codec.
Signed-off-by: default avatarJeffy Chen <jeffy.chen@rock-chips.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 32debfcd
...@@ -54,6 +54,7 @@ static const struct snd_soc_dapm_route rockchip_dapm_routes[] = { ...@@ -54,6 +54,7 @@ static const struct snd_soc_dapm_route rockchip_dapm_routes[] = {
{"MIC", NULL, "Headset Mic"}, {"MIC", NULL, "Headset Mic"},
{"DMIC1L", NULL, "Int Mic"}, {"DMIC1L", NULL, "Int Mic"},
{"DMIC1R", NULL, "Int Mic"}, {"DMIC1R", NULL, "Int Mic"},
{"DMic", NULL, "Int Mic"},
/* Output Lines */ /* Output Lines */
{"Headphones", NULL, "HPL"}, {"Headphones", NULL, "HPL"},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment