aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_auto_parser.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-15ALSA: hda/realtek: Apply fixup for Lenovo Yoga Duet 7 properlyGravatar Takashi Iwai 1-3/+4
2022-01-28ALSA: hda: Fix signedness of sscanf() argumentsGravatar Takashi Iwai 1-1/+1
2021-12-25ALSA: hda: use swap() to make code cleanerGravatar Yang Guang 1-5/+1
2021-08-23ALSA: hda: Allow model option to specify PCI SSID aliasGravatar Takashi Iwai 1-0/+13
2021-08-23ALSA: hda: Code refactoring snd_hda_pick_fixup()Gravatar Takashi Iwai 1-37/+38
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedGravatar Joe Perches 1-1/+1
2020-09-03ALSA: hda: auto_parser: remove shadowed variable declarationGravatar Pierre-Louis Bossart 1-1/+1
2020-06-25ALSA: hda - let hs_mic be picked ahead of hp_micGravatar Hui Wang 1-0/+6
2019-09-10Merge tag 'asoc-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Gravatar Takashi Iwai 1-2/+2
2019-08-29ALSA: hda - Fix potential endless loop at applying quirksGravatar Takashi Iwai 1-2/+2
2019-08-16ALSA: hda - Expand pin_match function to match upcoming new tblsGravatar Hui Wang 1-4/+8
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 46Gravatar Thomas Gleixner 1-5/+1
2018-08-30ALSA: hda: move hda_codec.h to include/soundGravatar Pierre-Louis Bossart 1-1/+1
2018-04-24ALSA: hda - Use a macro for snd_array iteration loopsGravatar Takashi Iwai 1-5/+5
2017-04-10ALSA: hda - A new flag to enforce prefix to each pinGravatar Takashi Iwai 1-0/+1
2016-12-06ALSA: hda: when comparing pin configurations, ignore assoc in addition to seqGravatar Kai-Heng Feng 1-1/+3
2016-11-24ALSA: hda - ignore the assoc and seq when comparing pin configurationsGravatar Hui Wang 1-1/+1
2015-08-03ALSA: hda - remove no physical connection pins from pin_quirk tableGravatar Hui Wang 1-3/+24
2015-03-23ALSA: hda - Move a part of hda_codec stuff into hdac_deviceGravatar Takashi Iwai 1-17/+16
2015-01-07ALSA: hda - Debug output which type of fixup was selectedGravatar David Henningsson 1-0/+10
2015-01-07ALSA: hda - Print codec->chip_name in autoconfigGravatar David Henningsson 1-4/+4
2014-10-29ALSA: hda - More kerneldoc commentsGravatar Takashi Iwai 1-1/+50
2014-10-29ALSA: hda - Correct kerneldoc commentsGravatar Takashi Iwai 1-1/+14
2014-09-23ALSA: hda - Sort input pins depending on amp capsGravatar David Henningsson 1-7/+14
2014-07-22ALSA: hda - Refactor quirk picking and change quirk priorityGravatar David Henningsson 1-7/+8
2014-06-26ALSA: hda - Remove obsoleted SFX definitionsGravatar Takashi Iwai 1-2/+0
2014-06-23ALSA: hda - Fix usage of "model" module parameterGravatar David Henningsson 1-0/+1
2014-05-29Revert "ALSA: hda - drop def association and sequence from pinconf comparing"Gravatar Hui Wang 1-2/+1
2014-05-26ALSA: hda - drop def association and sequence from pinconf comparingGravatar Hui Wang 1-1/+2
2014-05-26ALSA: hda - get subvendor from codec rather than pci_devGravatar Hui Wang 1-1/+1
2014-05-26ALSA: hda - Add a new quirk match based on default pin configurationGravatar David Henningsson 1-0/+37
2014-05-26ALSA: hda - Add fixup_forced flagGravatar David Henningsson 1-3/+6
2014-03-25ALSA: hda - Inform the unexpectedly ignored pins by auto-parserGravatar Takashi Iwai 1-5/+25
2014-02-25ALSA: hda - Replace with standard printkGravatar Takashi Iwai 1-20/+15
2013-12-19ALSA: hda - Kill EXPORT_SYMBOL_HDA()Gravatar Takashi Iwai 1-9/+9
2013-10-29ALSA: hda - Fix possible NULL dereference in snd_hda_get_pin_label()Gravatar Takashi Iwai 1-1/+1
2013-08-02ALSA: hda - Fix missing fixup for Mac Mini with STAC9221Gravatar Takashi Iwai 1-1/+1
2013-04-11ALSA: hda - allow "Headphone Mic" parser flagGravatar David Henningsson 1-12/+56
2013-03-21ALSA: hda - Introduce "Headset Mic" nameGravatar David Henningsson 1-2/+22
2013-01-25ALSA: Make snd_printd() and snd_printdd() inlineGravatar Takashi Iwai 1-2/+0
2013-01-23ALSA: hda - Add chained_before flag to the fixup entryGravatar Takashi Iwai 1-7/+11
2013-01-18ALSA: hda - Don't add unnecessary indices on HDMI and SPDIFGravatar David Henningsson 1-10/+16
2013-01-15ALSA: hda - Check pincap while parsing the configurationGravatar Takashi Iwai 1-0/+25
2013-01-12ALSA: hda - Allow user to give hints for codec parser behaviorGravatar Takashi Iwai 1-0/+3
2013-01-12ALSA: hda - Add a new fixup type to override pinctl valuesGravatar Takashi Iwai 1-0/+15
2013-01-12ALSA: hda - Return "Headphone Mic" from hda_get_autocfg_input_label()Gravatar Takashi Iwai 1-0/+2
2013-01-12ALSA: hda - Handle BOTH jack port as a fixed outputGravatar Takashi Iwai 1-1/+2
2013-01-12ALSA: hda - Rearrange INPUT_PIN_ATTR_*Gravatar Takashi Iwai 1-1/+1
2013-01-12ALSA: hda - Move fixup code into struct hda_codecGravatar Takashi Iwai 1-21/+18
2012-11-30ALSA: hda - Use standard sort function in hda_auto_parser.cGravatar Takashi Iwai 1-59/+47