diff mbox

[3/3] ASoC: max98090: Fix right sidetone connection

Message ID 1416835957-14153-3-git-send-email-jarkko.nikula@linux.intel.com (mailing list archive)
State Accepted
Commit 418382f29d99f1faffdd6636f378da41b44815db
Headers show

Commit Message

Jarkko Nikula Nov. 24, 2014, 1:32 p.m. UTC
It is right not left sidetone which goes to "DACR".

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
---
 sound/soc/codecs/max98090.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mark Brown Nov. 24, 2014, 5:14 p.m. UTC | #1
On Mon, Nov 24, 2014 at 03:32:37PM +0200, Jarkko Nikula wrote:
> It is right not left sidetone which goes to "DACR".

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/codecs/max98090.c b/sound/soc/codecs/max98090.c
index 331b3e473c51..151f718241ea 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"},