aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-jack.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-05ASoC: add soc-component.cKuninori Morimoto1-18/+0
2018-07-02ASoC: soc-jack.c: convert to SPDX identifiersKuninori Morimoto1-12/+7
2018-05-09ASoC: remove Codec related codeKuninori Morimoto1-22/+0
2017-09-01Merge remote-tracking branches 'asoc/topic/hisi', 'asoc/topic/img', 'asoc/topic/jack' and 'asoc/topic/jz4740' into asoc-nextMark Brown1-12/+42
2017-08-30ASoC: add Component level set_jackKuninori Morimoto1-0/+22
2017-08-22ASoC: jack: Manage gpios via devresTakashi Iwai1-11/+41
2017-07-28ASoC: jack: fix snd_soc_codec_set_jack return errorSrinivas Kandagatla1-1/+1
2017-04-10ASoC: jack: add snd_soc_codec_set_jackBard Liao1-0/+18
2017-03-24ASoC: jack - check status of GPIO-based pins on resumeDmitry Torokhov1-0/+30
2015-06-08Merge tag 'asoc-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-3/+6
2015-05-25ASoC: jack - add_gpiods accepts filled descriptorsDylan Reid1-3/+6
2015-04-27ASoC: jack: create kctls according to jack pins infoJie Yang1-0/+1
2015-04-27ALSA: jack: extend snd_jack_new to support phantom jackJie Yang1-1/+1
2015-03-04ASoC: Allow to register jacks at the card levelLars-Peter Clausen1-16/+26
2014-12-08Merge remote-tracking branches 'asoc/topic/hdmi', 'asoc/topic/intel', 'asoc/topic/jack', 'asoc/topic/jz4740' and 'asoc/topic/lm49453' into asoc-nextMark Brown1-6/+3
2014-11-18ASoC: jack: Fix warning while make htmldocs caused by soc-jack.cMasanari Iida1-1/+1
2014-10-23ASoC: jack: update calls to gpiod_get*()Alexandre Courbot1-6/+3
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