projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a695a9
)
ASoC: wm5110: Add missing route from OUT3R to SYSCLK
author
Ajit Pandey
<
[email protected]
>
Mon, 13 Jun 2016 12:35:15 +0000
(13:35 +0100)
committer
Mark Brown
<
[email protected]
>
Mon, 13 Jun 2016 14:10:05 +0000
(15:10 +0100)
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 <
[email protected]
>
Signed-off-by: Charles Keepax <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/codecs/wm5110.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm5110.c
b/sound/soc/codecs/wm5110.c
index b5820e4d547170a4a02ce0a46b09a3712ea42ce1..d54f1b46c9ec08107427ff0f6bf81bf4670103bb 100644
(file)
--- a/
sound/soc/codecs/wm5110.c
+++ b/
sound/soc/codecs/wm5110.c
@@
-1723,6
+1723,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" },