diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-02-17 19:41:42 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-02-18 12:14:24 -0500 |
commit | fadddc8753ccfab26ee57f3205d6926fe4be1350 (patch) | |
tree | 788a8bf9c43ab4dd58c013196bdeb650c8041bea /include/sound | |
parent | 7887ab3a274dc5f1d1d94ca0cd41ae495d01f94f (diff) |
ASoC: Add kerneldoc for jack_status_check callback
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index fb57c33482e5..65d865f7e8c0 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -437,6 +437,9 @@ struct snd_soc_jack_zone { | |||
437 | * @invert: report presence in low state | 437 | * @invert: report presence in low state |
438 | * @debouce_time: debouce time in ms | 438 | * @debouce_time: debouce time in ms |
439 | * @wake: enable as wake source | 439 | * @wake: enable as wake source |
440 | * @jack_status_check: callback function which overrides the detection | ||
441 | * to provide more complex checks (eg, reading an | ||
442 | * ADC). | ||
440 | */ | 443 | */ |
441 | #ifdef CONFIG_GPIOLIB | 444 | #ifdef CONFIG_GPIOLIB |
442 | struct snd_soc_jack_gpio { | 445 | struct snd_soc_jack_gpio { |