From: Daniel Mack <zonque@gmail.com>
To: alsa-devel@alsa-project.org
Cc: broonie@kernel.org, subaparts@yandex.ru, Daniel Mack <zonque@gmail.com>
Subject: [PATCH] ASoC: cs4271: fix dapm routing table
Date: Sun, 11 Aug 2013 18:06:59 +0200 [thread overview]
Message-ID: <1376237219-31503-1-git-send-email-zonque@gmail.com> (raw)
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
next reply other threads:[~2013-08-11 16:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-11 16:06 Daniel Mack [this message]
2013-08-11 17:41 ` [PATCH] ASoC: cs4271: fix dapm routing table Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1376237219-31503-1-git-send-email-zonque@gmail.com \
--to=zonque@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=subaparts@yandex.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.