aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_jack.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-14ALSA: hda: correct kernel-doc parameter descriptionsPierre-Louis Bossart1-0/+2
2019-11-19ALSA: hda - Add DP-MST jack supportNikhil Mahale1-41/+106
2019-11-19ALSA: hda - Rename snd_hda_pin_sense to snd_hda_jack_pin_senseNikhil Mahale1-4/+4
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-5/+1
2019-06-11ALSA: hda: fix a mask for unsolicited event tagsGuennadi Liakhovetski1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 46Thomas Gleixner1-5/+1
2018-12-07ALSA: hda - Add jack button supportTakashi Iwai1-8/+32
2018-12-07ALSA: hda - Add jack pointer and unsolicited event bits to callbackTakashi Iwai1-5/+11
2018-08-30ALSA: hda: move hda_codec.h to include/soundPierre-Louis Bossart1-1/+1
2016-02-09ALSA: hda - Fix bad dereference of jack objectTakashi Iwai1-1/+1
2015-11-12ALSA: hda - Simplify phantom jack handling for HDMI/DPTakashi Iwai1-16/+2
2015-04-27ALSA: hda - Update to use the new jack kctls methodJie Yang1-65/+25
2015-04-27ALSA: jack: extend snd_jack_new to support phantom jackJie Yang1-1/+1
2015-04-27ALSA: Jack: handle jack embedded kcontrol creating within ctljackJie Yang1-1/+1
2015-03-03ALSA: hda - Add card field to hda_codec structTakashi Iwai1-4/+4
2014-10-29ALSA: hda - More kerneldoc commentsTakashi Iwai1-0/+39
2014-10-29ALSA: hda - Correct kerneldoc commentsTakashi Iwai1-0/+21
2014-09-16ALSA: hda - Allow multiple callbacks for jackTakashi Iwai1-20/+38
2014-09-15ALSA: hda - Make snd_hda_jack_detect_enable_callback() returning the jack objectTakashi Iwai1-7/+17
2014-09-11ALSA: hda - Make snd_hda_jack_tbl_new() staticTakashi Iwai1-2/+1
2014-09-11ALSA: hda - Get rid of action field from struct hda_jack_tblTakashi Iwai1-7/+3
2013-12-19ALSA: hda - Kill EXPORT_SYMBOL_HDA()Takashi Iwai1-15/+15
2013-11-07ALSA: hda - Add a block_report flag to jacksDavid Henningsson1-1/+1
2013-08-05ALSA: hda - Fix jack gating when auto_{mute,mic} is suppressed.Chih-Chung Chang1-2/+2
2013-07-21ALSA: hda - Add snd_hda_jack_detect_state() helper functionTakashi Iwai1-6/+12
2013-06-28ALSA: Replace the magic number 44 with constTakashi Iwai1-1/+1
2013-04-11ALSA: hda - Handle Headphone Mic jack more genericDavid Henningsson1-13/+30
2013-01-12ALSA: hda - Allow jack detection when polling is enabledTakashi Iwai1-1/+2
2013-01-12ALSA: hda - Add codec->inv_jack_detect flagTakashi Iwai1-1/+5
2012-11-28ALSA: hda - Call snd_array_init() early and only onceTakashi Iwai1-1/+0
2012-11-19ALSA: hda - Allow jack state to depend on another jackDylan Reid1-9/+63
2012-10-17ALSA: hda - Don't enable unsol for jacks we're pollingDavid Henningsson1-0/+2
2012-10-15ALSA: hda - Implement a poll loop for jacks as a module parameterDavid Henningsson1-0/+22
2012-10-06ALSA: hda - make a generic unsol event handlerDavid Henningsson1-2/+30
2012-09-07ALSA: hda - Remove ignore_misc_bitDavid Henningsson1-3/+2
2012-07-17ALSA: hda - Fix index number conflicts of phantom jacksTakashi Iwai1-15/+30
2012-06-14ALSA: HDA: Create phantom jacks for fixed inputs and outputsDavid Henningsson1-18/+41
2012-05-08ALSA: hda - Move BIOS pin-parser code to hda_auto_parser.cTakashi Iwai1-0/+1
2012-02-13ALSA: hda - Add codec->no_jack_detect flagTakashi Iwai1-0/+2
2012-02-13ALSA: hda - Make is_jack_detectable() as non-inlinedTakashi Iwai1-0/+14
2012-01-31ALSA: HDA: Fix jack creation for codecs with front and rear Line InDavid Henningsson1-9/+15
2011-12-01ALSA: hda - Integrate input-jack stuff into kctl-jackTakashi Iwai1-99/+60
2011-11-16ALSA: hda - Give more unique names by snd_hda_get_pin_label()Takashi Iwai1-12/+12
2011-11-16ALSA: hda - Add missing inclusion of linux/export.hTakashi Iwai1-0/+1
2011-11-16ALSA: hda - Add missing initialization of kctl jack statusTakashi Iwai1-0/+2
2011-11-16ALSA: hda/jack - Fix the assignment of input jack-typeTakashi Iwai1-0/+1
2011-11-16ALSA: hda/jack - Fix NULL-dereference at probingTakashi Iwai1-1/+3
2011-11-16ALSA: HDA: Jack: Export required functions from hda_jack.cDavid Henningsson1-0/+2
2011-11-16ALSA: hda - Merge input-jack helpers to hda_jack.cTakashi Iwai1-1/+96
2011-11-16ALSA: Introduce common helper functions for jack-detection controlTakashi Iwai1-48/+8