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:
67a9c57
)
ASoC: Staticise workqueue function for GPIO jack detection
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Fri, 6 Mar 2009 11:32:17 +0000
(11:32 +0000)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Fri, 6 Mar 2009 13:37:19 +0000
(13:37 +0000)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-jack.c
patch
|
blob
|
history
diff --git
a/sound/soc/soc-jack.c
b/sound/soc/soc-jack.c
index bdf2484c222076ae65ab17b9322f75468860b16c..28346fb2e70c08033158920f4ae7a35032239762 100644
(file)
--- a/
sound/soc/soc-jack.c
+++ b/
sound/soc/soc-jack.c
@@
-143,7
+143,7
@@
EXPORT_SYMBOL_GPL(snd_soc_jack_add_pins);
#ifdef CONFIG_GPIOLIB
/* gpio detect */
-void snd_soc_jack_gpio_detect(struct snd_soc_jack_gpio *gpio)
+
static
void snd_soc_jack_gpio_detect(struct snd_soc_jack_gpio *gpio)
{
struct snd_soc_jack *jack = gpio->jack;
int enable;