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:
36e075c
)
ASoC: tlv320aic32x4: Fix Common Pins
author
Annaliese McDermond
<nh6z@nh6z.net>
Sat, 30 Mar 2019 16:02:02 +0000
(09:02 -0700)
committer
Mark Brown
<broonie@kernel.org>
Mon, 1 Apr 2019 07:54:39 +0000
(14:54 +0700)
The common pins were mistakenly not added to the DAPM graph.
Adding these pins will allow valid graphs to be created.
Signed-off-by: Annaliese McDermond <nh6z@nh6z.net>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tlv320aic32x4.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/tlv320aic32x4.c
b/sound/soc/codecs/tlv320aic32x4.c
index 96f1526cb258a4e718afb86712aece3608c18003..5520044929f42ff6c51d18fb8338602127c79b91 100644
(file)
--- a/
sound/soc/codecs/tlv320aic32x4.c
+++ b/
sound/soc/codecs/tlv320aic32x4.c
@@
-490,6
+490,8
@@
static const struct snd_soc_dapm_widget aic32x4_dapm_widgets[] = {
SND_SOC_DAPM_INPUT("IN2_R"),
SND_SOC_DAPM_INPUT("IN3_L"),
SND_SOC_DAPM_INPUT("IN3_R"),
+ SND_SOC_DAPM_INPUT("CM_L"),
+ SND_SOC_DAPM_INPUT("CM_R"),
};
static const struct snd_soc_dapm_route aic32x4_dapm_routes[] = {