summaryrefslogtreecommitdiffstats
path: root/sound/core/jack.c
AgeCommit message (Expand)AuthorLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-15/+1
2017-10-30ALSA: fix kernel-doc build warningRandy Dunlap-1/+1
2016-02-23ALSA: jack: Allow building the jack layer without input deviceTakashi Iwai-3/+20
2015-05-21ALSA: jack: Remove MODULE_*() macrosTakashi Iwai-4/+0
2015-04-30ALSA: jack: Fix another NULL dereference due to empty input jackTakashi Iwai-0/+6
2015-04-30ALSA: jack: don't report input event for phantom jackJie Yang-4/+7
2015-04-27ALSA: hda - Update to use the new jack kctls methodJie Yang-1/+1
2015-04-27ALSA: jack: extend snd_jack_new to support phantom jackJie Yang-12/+28
2015-04-27ALSA: Jack: handle jack embedded kcontrol creating within ctljackJie Yang-1/+1
2015-04-27ALSA: jack: implement kctl creating for jack devicesJie Yang-0/+93
2013-11-14ALSA: jack: Unregister input device at disconnectionTakashi Iwai-3/+16
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi-2/+4
2012-05-07ALSA: jack: Update documention to reflect other userspace interfacesMark Brown-1/+4
2012-02-27ALSA: Use a define for the number of jack switch typesMark Brown-2/+2
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker-0/+1
2011-10-05ALSA: jack - Add "Line In" input jack constantsDavid Henningsson-0/+1
2011-02-21ALSA: fix one memory leak in sound jackLu Guanqun-0/+1
2010-05-20Merge branch 'topic/jack' into for-linusTakashi Iwai-6/+65
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-17ALSA: Add support for key reporting via the jack interfaceMark Brown-1/+59
2010-03-17ALSA: Rename jack switch table in preparation for button supportMark Brown-5/+6
2009-06-10ALSA: use card device as parent for jack input-devicesKay Sievers-1/+1
2009-04-14ALSA: add private_data to struct snd_jackTakashi Iwai-0/+3
2009-03-24Merge branch 'topic/jack' into for-linusTakashi Iwai-24/+21
2009-02-18ALSA: jack - Use card->shortname for input nameTakashi Iwai-1/+1
2009-01-07ALSA: Add support for video out to the jack reporting APIJani Nikula-0/+1
2009-01-03ALSA: Reduce boilerplate for new jack typesMark Brown-24/+20
2008-12-25Merge branch 'topic/jack-mechanical' into to-pushTakashi Iwai-0/+6
2008-12-19Merge branch 'fix/hda' into topic/hdaTakashi Iwai-0/+3
2008-12-10ALSA: Add support for mechanical jack insertionMark Brown-0/+6
2008-10-27ALSA: jack: lineout support to jack abstraction layerMatthew Ranostay-0/+6
2008-10-27ALSA: hda: dynamic jack idMatthew Ranostay-1/+2
2008-10-16ALSA: Handle NULL jacks in snd_jack_report()Mark Brown-0/+3
2008-07-29ALSA: Add jack reporting APIMark Brown-0/+163