aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-jack.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-22ASoC: Move card field form platform/codec to componentLars-Peter Clausen1-2/+2
2014-05-26ASoC: jack: Add support for GPIO descriptor defined jack pinsJarkko Nikula1-16/+57
2014-05-26ASoC: jack: Basic GPIO descriptor conversionJarkko Nikula1-8/+11
2014-02-24ASoC: delay the initial jack detect by debounce_timexiangxiao1-1/+2
2014-02-24ASoC: add data field into snd_soc_jack_gpioxiangxiao1-1/+1
2013-10-22ASoC: dont call dapm_sync while reporting jack alwaysVinod Koul1-1/+6
2013-08-27ASoC: jack: Remove unnecessary call to snd_soc_dapm_new_widgets()Lars-Peter Clausen1-2/+0
2013-07-19ASoC: jack: Use power efficient workqueueMark Brown1-1/+1
2012-12-02Merge remote-tracking branch 'asoc/topic/log' into asoc-nextMark Brown1-6/+7
2012-11-21ASoC: Jack: Standardise ASoC Jack messagesLiam Girdwood1-6/+7
2012-10-22ASoC: jack: remove unused variable in snd_soc_jack_report()Wei Yongjun1-3/+0
2012-10-09ASoC: fix documentation in soc-jackPeter Meerwald1-3/+4
2012-09-05Merge branch 'asoc-omap' into for-3.7Mark Brown1-1/+1
2012-08-13ASoC: jack: Always notify full jack statusMark Brown1-1/+1
2012-08-03ASoC: jack: Always update jack state even for noop changesMark Brown1-6/+0
2012-04-01ASoC: jack: Push locking for jacks down to the jackMark Brown1-2/+3
2011-12-21ASoC: Remove ifdefs for GPIO_SYSFSMark Brown1-4/+0
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker1-0/+1
2011-10-06ASoC: Ensure DAPM widgets are set up before we sync jacksMark Brown1-0/+2
2011-09-05ASoC: Fix reporting of partial jack updatesMark Brown1-1/+1
2011-08-15ASoC: soc-jack: Fix checking return value of request_any_context_irqAxel Lin1-1/+1
2011-04-18ASoC: Merge branch 'for-2.6.39' into for-2.6.40Mark Brown1-1/+1
2011-04-03ASoC: Name jack GPIOs based on jack not codecStephen Warren1-1/+1
2011-03-30sound: Fixup the last user of the old irq functionsThomas Gleixner1-1/+1
2011-02-24ASoC: Pass the jack to jack notifiersMark Brown1-1/+1
2011-02-18ASoC: Allow GPIO jack detection to be configured as a wake sourceMark Brown1-0/+8
2011-02-11ASoC: Allow use sleeping gpio in soc-jackJarkko Nikula1-1/+1
2011-02-09ASoC: add support for multiple jack typesVinod Koul1-0/+46
2010-12-06ASoC: Add trace events for jack detectionMark Brown1-0/+7
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-15ASoC: Prevent system suspend while debouncing wakeup capable GPIO jacksMark Brown1-0/+4
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-3/+5
2010-11-03ASoC: Convert soc-jack code to use request_any_context_irq()Mark Brown1-5/+6
2010-10-07ASoC: Use delayed work for debounce of GPIO based jacksMark Brown1-6/+5
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-5/+5
2010-04-23ASoC: Allow reporting of NULL jacksMark Brown1-3/+2
2010-03-22ASoC: Add a notifier for jack status changesMark Brown1-0/+38
2009-11-12ASoC: Add jack_status_check callback function for GPIO jacksJoonyoung Shim1-0/+3
2009-10-19ASoC: Move dereference after NULL testJulia Lawall1-1/+2
2009-07-31ASoC: jack: Fix race in snd_soc_jack_add_gpiosLars-Peter Clausen1-3/+3
2009-07-24ASoC: Jack handling enhancements as suggested by subsystem maintainerJanusz Krzysztofik1-4/+16
2009-03-06ASoC: Staticise workqueue function for GPIO jack detectionMark Brown1-1/+1
2009-03-04ASoC: Add GPIO support for jack reporting interfaceLopez Cruz, Misael1-0/+129
2009-01-27ASoC: Push the codec runtime storage into the card structureMark Brown1-2/+2
2009-01-09ASoC: Add jack reporting interfaceMark Brown1-0/+138