projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98235a4
)
ASoC: wm8753: fix mapping when MONOMIX is set to Stereo
author
Phil Vandry
<vandry@TZoNE.ORG>
Mon, 21 Sep 2009 15:36:08 +0000
(11:36 -0400)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Mon, 21 Sep 2009 23:58:43 +0000
(16:58 -0700)
When MONOMIX is set to Stereo, Left PGA was not powered on but should be.
Add a mapping from Capture Left Mux to Capture Left Mixer to fix the issue.
Signed-off-by: Phil Vandry <vandry@TZoNE.ORG>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm8753.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/wm8753.c
b/sound/soc/codecs/wm8753.c
index d80d414cfbbdc8db7a8824a69813fe9e7774bf24..5ad677ce80da46baa8789c2d3072c3205474bb2b 100644
(file)
--- a/
sound/soc/codecs/wm8753.c
+++ b/
sound/soc/codecs/wm8753.c
@@
-595,6
+595,7
@@
static const struct snd_soc_dapm_route audio_map[] = {
/* Mono Capture mixer-mux */
{"Capture Right Mixer", "Stereo", "Capture Right Mux"},
+ {"Capture Left Mixer", "Stereo", "Capture Left Mux"},
{"Capture Left Mixer", "Analogue Mix Left", "Capture Left Mux"},
{"Capture Left Mixer", "Analogue Mix Left", "Capture Right Mux"},
{"Capture Right Mixer", "Analogue Mix Right", "Capture Left Mux"},