From: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
To: broonie@kernel.org
Cc: alsa-devel@alsa-project.org, ajit.pandey@soctronics.com,
lgirdwood@gmail.com, patches@opensource.wolfsonmicro.com
Subject: [PATCH 2/4] ASoC: wm5110: Add missing route from OUT3R to SYSCLK
Date: Mon, 13 Jun 2016 13:35:15 +0100 [thread overview]
Message-ID: <1465821317-28449-2-git-send-email-ckeepax@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <1465821317-28449-1-git-send-email-ckeepax@opensource.wolfsonmicro.com>
From: Ajit Pandey <ajit.pandey@soctronics.com>
Output 3 is stereo on wm5110 and all inputs/outputs should have a
connection to SYSCLK. This patch adds the missing DAPM route.
Signed-off-by: Ajit Pandey <ajit.pandey@soctronics.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
---
sound/soc/codecs/wm5110.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/codecs/wm5110.c b/sound/soc/codecs/wm5110.c
index 3b8db83..1565470 100644
--- a/sound/soc/codecs/wm5110.c
+++ b/sound/soc/codecs/wm5110.c
@@ -1728,6 +1728,7 @@ static const struct snd_soc_dapm_route wm5110_dapm_routes[] = {
{ "OUT2L", NULL, "SYSCLK" },
{ "OUT2R", NULL, "SYSCLK" },
{ "OUT3L", NULL, "SYSCLK" },
+ { "OUT3R", NULL, "SYSCLK" },
{ "OUT4L", NULL, "SYSCLK" },
{ "OUT4R", NULL, "SYSCLK" },
{ "OUT5L", NULL, "SYSCLK" },
--
2.1.4
next prev parent reply other threads:[~2016-06-13 12:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-13 12:35 [PATCH 1/4] ASoC: arizona: Add a couple of missing consts Charles Keepax
2016-06-13 12:35 ` Charles Keepax [this message]
2016-06-13 15:47 ` Applied "ASoC: wm5110: Add missing route from OUT3R to SYSCLK" to the asoc tree Mark Brown
2016-06-13 12:35 ` [PATCH 3/4] ASoC: wm5102: Correct supported channels on trace compressed DAI Charles Keepax
2016-06-13 15:47 ` Applied "ASoC: wm5102: Correct supported channels on trace compressed DAI" to the asoc tree Mark Brown
2016-06-13 12:35 ` [PATCH 4/4] ASoC: wm5102: Revert manual speaker enable Charles Keepax
2016-06-13 15:47 ` Applied "ASoC: wm5102: Revert manual speaker enable" to the asoc tree Mark Brown
2016-06-13 15:47 ` Applied "ASoC: arizona: Add a couple of missing consts" " 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=1465821317-28449-2-git-send-email-ckeepax@opensource.wolfsonmicro.com \
--to=ckeepax@opensource.wolfsonmicro.com \
--cc=ajit.pandey@soctronics.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=patches@opensource.wolfsonmicro.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).