aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJarkko Nikula <jarkko.nikula@linux.intel.com>2014-11-24 08:32:37 -0500
committerMark Brown <broonie@kernel.org>2014-11-24 12:14:32 -0500
commit418382f29d99f1faffdd6636f378da41b44815db (patch)
tree5305f328431c3ee866733fd85b61307c41a697c8
parent48826ee590da03e9882922edf96d8d27bdfe9552 (diff)
ASoC: max98090: Fix right sidetone connection
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>
-rw-r--r--sound/soc/codecs/max98090.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/max98090.c b/sound/soc/codecs/max98090.c
index 20b50e46a9e8..34ed9a91f392 100644
--- 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[] = {
1398 {"STENR Mux", "Sidetone Right", "ADCR"}, 1398 {"STENR Mux", "Sidetone Right", "ADCR"},
1399 {"STENR Mux", "Sidetone Right", "DMICR"}, 1399 {"STENR Mux", "Sidetone Right", "DMICR"},
1400 {"DACL", NULL, "STENL Mux"}, 1400 {"DACL", NULL, "STENL Mux"},
1401 {"DACR", NULL, "STENL Mux"}, 1401 {"DACR", NULL, "STENR Mux"},
1402 1402
1403 {"AIFINL", NULL, "SHDN"}, 1403 {"AIFINL", NULL, "SHDN"},
1404 {"AIFINR", NULL, "SHDN"}, 1404 {"AIFINR", NULL, "SHDN"},