All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: cs4271: fix dapm routing table
@ 2013-08-11 16:06 Daniel Mack
  2013-08-11 17:41 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Mack @ 2013-08-11 16:06 UTC (permalink / raw)
  To: alsa-devel; +Cc: broonie, subaparts, Daniel Mack

The widgets are names "AINA" and "AINB", which is also what the
datasheets calls the terminals. Fix the routing table to match these
names.

Signed-off-by: Daniel Mack <zonque@gmail.com>
---
 sound/soc/codecs/cs4271.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/codecs/cs4271.c b/sound/soc/codecs/cs4271.c
index 35a6a67..a20f1bb 100644
--- a/sound/soc/codecs/cs4271.c
+++ b/sound/soc/codecs/cs4271.c
@@ -184,8 +184,8 @@ SND_SOC_DAPM_OUTPUT("AOUTB-"),
 };
 
 static const struct snd_soc_dapm_route cs4271_dapm_routes[] = {
-	{ "Capture", NULL, "AINL" },
-	{ "Capture", NULL, "AINR" },
+	{ "Capture", NULL, "AINA" },
+	{ "Capture", NULL, "AINB" },
 
 	{ "AOUTA+", NULL, "Playback" },
 	{ "AOUTA-", NULL, "Playback" },
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-11 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-11 16:06 [PATCH] ASoC: cs4271: fix dapm routing table Daniel Mack
2013-08-11 17:41 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.