diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2014-11-24 15:32:37 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-24 17:14:32 +0000 |
commit | 418382f29d99f1faffdd6636f378da41b44815db (patch) | |
tree | 5305f328431c3ee866733fd85b61307c41a697c8 /sound/soc/codecs/max98090.c | |
parent | 48826ee590da03e9882922edf96d8d27bdfe9552 (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>
Diffstat (limited to 'sound/soc/codecs/max98090.c')
-rw-r--r-- | sound/soc/codecs/max98090.c | 2 |
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"}, |