projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65afc41
)
ASoC: wm1250-ev1: Define "WM1250 Output" with SND_SOC_DAPM_OUTPUT
author
Axel Lin
<axel.lin@gmail.com>
Thu, 26 May 2011 02:54:12 +0000
(10:54 +0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Thu, 26 May 2011 14:11:24 +0000
(22:11 +0800)
Codec output pin should be defined with SND_SOC_DAPM_OUTPUT.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm1250-ev1.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/wm1250-ev1.c
b/sound/soc/codecs/wm1250-ev1.c
index 14d0716bf0093b2a5d5b34ff5c8088302255b5dc..bcc208967917f149956985e7c8f5c290a1506aad 100644
(file)
--- a/
sound/soc/codecs/wm1250-ev1.c
+++ b/
sound/soc/codecs/wm1250-ev1.c
@@
-22,7
+22,7
@@
SND_SOC_DAPM_ADC("ADC", "wm1250-ev1 Capture", SND_SOC_NOPM, 0, 0),
SND_SOC_DAPM_DAC("DAC", "wm1250-ev1 Playback", SND_SOC_NOPM, 0, 0),
SND_SOC_DAPM_INPUT("WM1250 Input"),
-SND_SOC_DAPM_
IN
PUT("WM1250 Output"),
+SND_SOC_DAPM_
OUT
PUT("WM1250 Output"),
};
static const struct snd_soc_dapm_route wm1250_ev1_dapm_routes[] = {