ASoC: omap: n810: Correct the card level dapm_route
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 27 Apr 2018 08:17:12 +0000 (11:17 +0300)
committerMark Brown <broonie@kernel.org>
Fri, 27 Apr 2018 10:57:15 +0000 (11:57 +0100)
Fix the capture DAPM route due to core changes regarding to mic bias.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/omap/n810.c

index 71e5f31..e44bb5b 100644 (file)
@@ -231,8 +231,8 @@ static const struct snd_soc_dapm_route audio_map[] = {
        {"Ext Spk", NULL, "LLOUT"},
        {"Ext Spk", NULL, "RLOUT"},
 
-       {"DMic Rate 64", NULL, "Mic Bias"},
-       {"Mic Bias", NULL, "DMic"},
+       {"DMic Rate 64", NULL, "DMic"},
+       {"DMic", NULL, "Mic Bias"},
 };
 
 static const char *spk_function[] = {"Off", "On"};