aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorJarkko Nikula <jarkko.nikula@linux.intel.com>2014-11-24 15:32:37 +0200
committerMark Brown <broonie@kernel.org>2014-11-24 17:14:32 +0000
commit418382f29d99f1faffdd6636f378da41b44815db (patch)
tree5305f328431c3ee866733fd85b61307c41a697c8 /sound/soc
parentASoC: max98090: Fix ill-defined sidetone route (diff)
downloadlinux-dev-418382f29d99f1faffdd6636f378da41b44815db.tar.xz
linux-dev-418382f29d99f1faffdd6636f378da41b44815db.zip
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>
Diffstat (limited to 'sound/soc')
-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[] = {
{"STENR Mux", "Sidetone Right", "ADCR"},
{"STENR Mux", "Sidetone Right", "DMICR"},
{"DACL", NULL, "STENL Mux"},
- {"DACR", NULL, "STENL Mux"},
+ {"DACR", NULL, "STENR Mux"},
{"AIFINL", NULL, "SHDN"},
{"AIFINR", NULL, "SHDN"},