summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-jack.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: jack: Add support for GPIO descriptor defined jack pinsJarkko Nikula2014-05-261-16/+57
* ASoC: jack: Basic GPIO descriptor conversionJarkko Nikula2014-05-261-8/+11
* ASoC: delay the initial jack detect by debounce_timexiangxiao2014-02-241-1/+2
* ASoC: add data field into snd_soc_jack_gpioxiangxiao2014-02-241-1/+1
* ASoC: dont call dapm_sync while reporting jack alwaysVinod Koul2013-10-221-1/+6
* ASoC: jack: Remove unnecessary call to snd_soc_dapm_new_widgets()Lars-Peter Clausen2013-08-271-2/+0
* ASoC: jack: Use power efficient workqueueMark Brown2013-07-191-1/+1
* Merge remote-tracking branch 'asoc/topic/log' into asoc-nextMark Brown2012-12-021-6/+7
|\
| * ASoC: Jack: Standardise ASoC Jack messagesLiam Girdwood2012-11-211-6/+7
* | ASoC: jack: remove unused variable in snd_soc_jack_report()Wei Yongjun2012-10-221-3/+0
|/
* ASoC: fix documentation in soc-jackPeter Meerwald2012-10-091-3/+4
* Merge branch 'asoc-omap' into for-3.7Mark Brown2012-09-051-1/+1
|\
| * ASoC: jack: Always notify full jack statusMark Brown2012-08-131-1/+1
* | ASoC: jack: Always update jack state even for noop changesMark Brown2012-08-031-6/+0
|/
* ASoC: jack: Push locking for jacks down to the jackMark Brown2012-04-011-2/+3
* ASoC: Remove ifdefs for GPIO_SYSFSMark Brown2011-12-211-4/+0
* sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker2011-10-311-0/+1
* ASoC: Ensure DAPM widgets are set up before we sync jacksMark Brown2011-10-061-0/+2
* ASoC: Fix reporting of partial jack updatesMark Brown2011-09-051-1/+1
* ASoC: soc-jack: Fix checking return value of request_any_context_irqAxel Lin2011-08-151-1/+1
* ASoC: Merge branch 'for-2.6.39' into for-2.6.40Mark Brown2011-04-181-1/+1
|\
| * sound: Fixup the last user of the old irq functionsThomas Gleixner2011-03-301-1/+1
* | ASoC: Name jack GPIOs based on jack not codecStephen Warren2011-04-031-1/+1
|/
* ASoC: Pass the jack to jack notifiersMark Brown2011-02-241-1/+1
* ASoC: Allow GPIO jack detection to be configured as a wake sourceMark Brown2011-02-181-0/+8
* ASoC: Allow use sleeping gpio in soc-jackJarkko Nikula2011-02-111-1/+1
* ASoC: add support for multiple jack typesVinod Koul2011-02-091-0/+46
* ASoC: Add trace events for jack detectionMark Brown2010-12-061-0/+7
* ASoC: Do not include soc-dapm.hJarkko Nikula2010-11-221-1/+0
* ASoC: Prevent system suspend while debouncing wakeup capable GPIO jacksMark Brown2010-11-151-0/+4
* ASoC: Decouple DAPM from CODECsLiam Girdwood2010-11-061-3/+5
* ASoC: Convert soc-jack code to use request_any_context_irq()Mark Brown2010-11-031-5/+6
* ASoC: Use delayed work for debounce of GPIO based jacksMark Brown2010-10-071-6/+5
* ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-121-5/+5
* ASoC: Allow reporting of NULL jacksMark Brown2010-04-231-3/+2
* ASoC: Add a notifier for jack status changesMark Brown2010-03-221-0/+38
* ASoC: Add jack_status_check callback function for GPIO jacksJoonyoung Shim2009-11-121-0/+3
* ASoC: Move dereference after NULL testJulia Lawall2009-10-191-1/+2
* ASoC: jack: Fix race in snd_soc_jack_add_gpiosLars-Peter Clausen2009-07-311-3/+3
* ASoC: Jack handling enhancements as suggested by subsystem maintainerJanusz Krzysztofik2009-07-241-4/+16
* ASoC: Staticise workqueue function for GPIO jack detectionMark Brown2009-03-061-1/+1
* ASoC: Add GPIO support for jack reporting interfaceLopez Cruz, Misael2009-03-041-0/+129
* ASoC: Push the codec runtime storage into the card structureMark Brown2009-01-271-2/+2
* ASoC: Add jack reporting interfaceMark Brown2009-01-091-0/+138