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:
f6c2ed5
)
ASoC: RX1950: Enable Mic Jack during glue driver init
author
Vasily Khoruzhick
<
[email protected]
>
Thu, 6 Jan 2011 20:15:49 +0000
(22:15 +0200)
committer
Mark Brown
<
[email protected]
>
Mon, 10 Jan 2011 11:47:49 +0000
(11:47 +0000)
Enable Mic Jack during glue driver init, otherwise capture will not work.
Signed-off-by: Vasily Khoruzhick <
[email protected]
>
Acked-by: Jassi Brar <
[email protected]
>
Acked-by: Liam Girdwood <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/samsung/rx1950_uda1380.c
patch
|
blob
|
history
diff --git
a/sound/soc/samsung/rx1950_uda1380.c
b/sound/soc/samsung/rx1950_uda1380.c
index 5a4587e02886908ca210af6e967b0890c8b9e6ed..f40027445dda255edffd3637a44602f002683de2 100644
(file)
--- a/
sound/soc/samsung/rx1950_uda1380.c
+++ b/
sound/soc/samsung/rx1950_uda1380.c
@@
-246,6
+246,7
@@
static int rx1950_uda1380_init(struct snd_soc_pcm_runtime *rtd)
snd_soc_dapm_enable_pin(dapm, "Headphone Jack");
snd_soc_dapm_enable_pin(dapm, "Speaker");
+ snd_soc_dapm_enable_pin(dapm, "Mic Jack");
snd_soc_dapm_sync(dapm);