projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
572e6c8
)
ASoC: omap: n810: Correct the card level dapm_route
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Fri, 27 Apr 2018 08:17:12 +0000
(11:17 +0300)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/sound/soc/omap/n810.c
b/sound/soc/omap/n810.c
index 71e5f31fa3068d0925d65b50f262f9b5c3fe4733..e44bb5baac41d0f4ee1ddd8619bf554930b9f0d0 100644
(file)
--- a/
sound/soc/omap/n810.c
+++ b/
sound/soc/omap/n810.c
@@
-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"};