projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48826ee
)
ASoC: max98090: Fix right sidetone connection
author
Jarkko Nikula
<jarkko.nikula@linux.intel.com>
Mon, 24 Nov 2014 13:32:37 +0000
(15:32 +0200)
committer
Mark Brown
<broonie@kernel.org>
Mon, 24 Nov 2014 17:14:32 +0000
(17:14 +0000)
It is right not left sidetone which goes to "DACR".
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98090.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/max98090.c
b/sound/soc/codecs/max98090.c
index 20b50e46a9e80baa97bb73d334847e457724c752..34ed9a91f3926f4b4ba01aebf53b01b4ee282213 100644
(file)
--- a/
sound/soc/codecs/max98090.c
+++ b/
sound/soc/codecs/max98090.c
@@
-1398,7
+1398,7
@@
static const struct snd_soc_dapm_route max98090_dapm_routes[] = {
{"STENR Mux", "Sidetone Right", "ADCR"},
{"STENR Mux", "Sidetone Right", "DMICR"},
{"DACL", NULL, "STENL Mux"},
- {"DACR", NULL, "STEN
L
Mux"},
+ {"DACR", NULL, "STEN
R
Mux"},
{"AIFINL", NULL, "SHDN"},
{"AIFINR", NULL, "SHDN"},