aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_auto_parser.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-15ALSA: hda/realtek: Apply fixup for Lenovo Yoga Duet 7 properlyTakashi Iwai1-3/+4
2022-01-28ALSA: hda: Fix signedness of sscanf() argumentsTakashi Iwai1-1/+1
2021-12-25ALSA: hda: use swap() to make code cleanerYang Guang1-5/+1
2021-08-23ALSA: hda: Allow model option to specify PCI SSID aliasTakashi Iwai1-0/+13
2021-08-23ALSA: hda: Code refactoring snd_hda_pick_fixup()Takashi Iwai1-37/+38
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-1/+1
2020-09-03ALSA: hda: auto_parser: remove shadowed variable declarationPierre-Louis Bossart1-1/+1
2020-06-25ALSA: hda - let hs_mic be picked ahead of hp_micHui Wang1-0/+6
2019-09-10Merge tag 'asoc-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-2/+2
2019-08-29ALSA: hda - Fix potential endless loop at applying quirksTakashi Iwai1-2/+2
2019-08-16ALSA: hda - Expand pin_match function to match upcoming new tblsHui Wang1-4/+8
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 46Thomas Gleixner1-5/+1
2018-08-30ALSA: hda: move hda_codec.h to include/soundPierre-Louis Bossart1-1/+1
2018-04-24ALSA: hda - Use a macro for snd_array iteration loopsTakashi Iwai1-5/+5
2017-04-10ALSA: hda - A new flag to enforce prefix to each pinTakashi Iwai1-0/+1
2016-12-06ALSA: hda: when comparing pin configurations, ignore assoc in addition to seqKai-Heng Feng1-1/+3
2016-11-24ALSA: hda - ignore the assoc and seq when comparing pin configurationsHui Wang1-1/+1
2015-08-03ALSA: hda - remove no physical connection pins from pin_quirk tableHui Wang1-3/+24
2015-03-23ALSA: hda - Move a part of hda_codec stuff into hdac_deviceTakashi Iwai1-17/+16
2015-01-07ALSA: hda - Debug output which type of fixup was selectedDavid Henningsson1-0/+10
2015-01-07ALSA: hda - Print codec->chip_name in autoconfigDavid Henningsson1-4/+4
2014-10-29ALSA: hda - More kerneldoc commentsTakashi Iwai1-1/+50
2014-10-29ALSA: hda - Correct kerneldoc commentsTakashi Iwai1-1/+14
2014-09-23ALSA: hda - Sort input pins depending on amp capsDavid Henningsson1-7/+14
2014-07-22ALSA: hda - Refactor quirk picking and change quirk priorityDavid Henningsson1-7/+8
2014-06-26ALSA: hda - Remove obsoleted SFX definitionsTakashi Iwai1-2/+0
2014-06-23ALSA: hda - Fix usage of "model" module parameterDavid Henningsson1-0/+1
2014-05-29Revert "ALSA: hda - drop def association and sequence from pinconf comparing"Hui Wang1-2/+1
2014-05-26ALSA: hda - drop def association and sequence from pinconf comparingHui Wang1-1/+2
2014-05-26ALSA: hda - get subvendor from codec rather than pci_devHui Wang1-1/+1
2014-05-26ALSA: hda - Add a new quirk match based on default pin configurationDavid Henningsson1-0/+37
2014-05-26ALSA: hda - Add fixup_forced flagDavid Henningsson1-3/+6
2014-03-25ALSA: hda - Inform the unexpectedly ignored pins by auto-parserTakashi Iwai1-5/+25
2014-02-25ALSA: hda - Replace with standard printkTakashi Iwai1-20/+15
2013-12-19ALSA: hda - Kill EXPORT_SYMBOL_HDA()Takashi Iwai1-9/+9
2013-10-29ALSA: hda - Fix possible NULL dereference in snd_hda_get_pin_label()Takashi Iwai1-1/+1
2013-08-02ALSA: hda - Fix missing fixup for Mac Mini with STAC9221Takashi Iwai1-1/+1
2013-04-11ALSA: hda - allow "Headphone Mic" parser flagDavid Henningsson1-12/+56
2013-03-21ALSA: hda - Introduce "Headset Mic" nameDavid Henningsson1-2/+22
2013-01-25ALSA: Make snd_printd() and snd_printdd() inlineTakashi Iwai1-2/+0
2013-01-23ALSA: hda - Add chained_before flag to the fixup entryTakashi Iwai1-7/+11
2013-01-18ALSA: hda - Don't add unnecessary indices on HDMI and SPDIFDavid Henningsson1-10/+16
2013-01-15ALSA: hda - Check pincap while parsing the configurationTakashi Iwai1-0/+25
2013-01-12ALSA: hda - Allow user to give hints for codec parser behaviorTakashi Iwai1-0/+3
2013-01-12ALSA: hda - Add a new fixup type to override pinctl valuesTakashi Iwai1-0/+15
2013-01-12ALSA: hda - Return "Headphone Mic" from hda_get_autocfg_input_label()Takashi Iwai1-0/+2
2013-01-12ALSA: hda - Handle BOTH jack port as a fixed outputTakashi Iwai1-1/+2
2013-01-12ALSA: hda - Rearrange INPUT_PIN_ATTR_*Takashi Iwai1-1/+1
2013-01-12ALSA: hda - Move fixup code into struct hda_codecTakashi Iwai1-21/+18
2012-11-30ALSA: hda - Use standard sort function in hda_auto_parser.cTakashi Iwai1-59/+47