ASoC: omap: n810: Correct the card level dapm_route
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>
This commit is contained in:
parent
572e6c8dd1
commit
9395b0042c
@ -231,8 +231,8 @@ static const struct snd_soc_dapm_route audio_map[] = {
|
|||||||
{"Ext Spk", NULL, "LLOUT"},
|
{"Ext Spk", NULL, "LLOUT"},
|
||||||
{"Ext Spk", NULL, "RLOUT"},
|
{"Ext Spk", NULL, "RLOUT"},
|
||||||
|
|
||||||
{"DMic Rate 64", NULL, "Mic Bias"},
|
{"DMic Rate 64", NULL, "DMic"},
|
||||||
{"Mic Bias", NULL, "DMic"},
|
{"DMic", NULL, "Mic Bias"},
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char *spk_function[] = {"Off", "On"};
|
static const char *spk_function[] = {"Off", "On"};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user