Age | Commit message (Expand) | Author | Files | Lines |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 46 | Thomas Gleixner | 1 | -5/+1 |
2018-08-30 | ALSA: hda: move hda_codec.h to include/sound | Pierre-Louis Bossart | 1 | -1/+1 |
2018-04-24 | ALSA: hda - Use a macro for snd_array iteration loops | Takashi Iwai | 1 | -5/+5 |
2017-04-10 | ALSA: hda - A new flag to enforce prefix to each pin | Takashi Iwai | 1 | -0/+1 |
2016-12-06 | ALSA: hda: when comparing pin configurations, ignore assoc in addition to seq | Kai-Heng Feng | 1 | -1/+3 |
2016-11-24 | ALSA: hda - ignore the assoc and seq when comparing pin configurations | Hui Wang | 1 | -1/+1 |
2015-08-03 | ALSA: hda - remove no physical connection pins from pin_quirk table | Hui Wang | 1 | -3/+24 |
2015-03-23 | ALSA: hda - Move a part of hda_codec stuff into hdac_device | Takashi Iwai | 1 | -17/+16 |
2015-01-07 | ALSA: hda - Debug output which type of fixup was selected | David Henningsson | 1 | -0/+10 |
2015-01-07 | ALSA: hda - Print codec->chip_name in autoconfig | David Henningsson | 1 | -4/+4 |
2014-10-29 | ALSA: hda - More kerneldoc comments | Takashi Iwai | 1 | -1/+50 |
2014-10-29 | ALSA: hda - Correct kerneldoc comments | Takashi Iwai | 1 | -1/+14 |
2014-09-23 | ALSA: hda - Sort input pins depending on amp caps | David Henningsson | 1 | -7/+14 |
2014-07-22 | ALSA: hda - Refactor quirk picking and change quirk priority | David Henningsson | 1 | -7/+8 |
2014-06-26 | ALSA: hda - Remove obsoleted SFX definitions | Takashi Iwai | 1 | -2/+0 |
2014-06-23 | ALSA: hda - Fix usage of "model" module parameter | David Henningsson | 1 | -0/+1 |
2014-05-29 | Revert "ALSA: hda - drop def association and sequence from pinconf comparing" | Hui Wang | 1 | -2/+1 |
2014-05-26 | ALSA: hda - drop def association and sequence from pinconf comparing | Hui Wang | 1 | -1/+2 |
2014-05-26 | ALSA: hda - get subvendor from codec rather than pci_dev | Hui Wang | 1 | -1/+1 |
2014-05-26 | ALSA: hda - Add a new quirk match based on default pin configuration | David Henningsson | 1 | -0/+37 |
2014-05-26 | ALSA: hda - Add fixup_forced flag | David Henningsson | 1 | -3/+6 |
2014-03-25 | ALSA: hda - Inform the unexpectedly ignored pins by auto-parser | Takashi Iwai | 1 | -5/+25 |
2014-02-25 | ALSA: hda - Replace with standard printk | Takashi Iwai | 1 | -20/+15 |
2013-12-19 | ALSA: hda - Kill EXPORT_SYMBOL_HDA() | Takashi Iwai | 1 | -9/+9 |
2013-10-29 | ALSA: hda - Fix possible NULL dereference in snd_hda_get_pin_label() | Takashi Iwai | 1 | -1/+1 |
2013-08-02 | ALSA: hda - Fix missing fixup for Mac Mini with STAC9221 | Takashi Iwai | 1 | -1/+1 |
2013-04-11 | ALSA: hda - allow "Headphone Mic" parser flag | David Henningsson | 1 | -12/+56 |
2013-03-21 | ALSA: hda - Introduce "Headset Mic" name | David Henningsson | 1 | -2/+22 |
2013-01-25 | ALSA: Make snd_printd() and snd_printdd() inline | Takashi Iwai | 1 | -2/+0 |
2013-01-23 | ALSA: hda - Add chained_before flag to the fixup entry | Takashi Iwai | 1 | -7/+11 |
2013-01-18 | ALSA: hda - Don't add unnecessary indices on HDMI and SPDIF | David Henningsson | 1 | -10/+16 |
2013-01-15 | ALSA: hda - Check pincap while parsing the configuration | Takashi Iwai | 1 | -0/+25 |
2013-01-12 | ALSA: hda - Allow user to give hints for codec parser behavior | Takashi Iwai | 1 | -0/+3 |
2013-01-12 | ALSA: hda - Add a new fixup type to override pinctl values | Takashi Iwai | 1 | -0/+15 |
2013-01-12 | ALSA: hda - Return "Headphone Mic" from hda_get_autocfg_input_label() | Takashi Iwai | 1 | -0/+2 |
2013-01-12 | ALSA: hda - Handle BOTH jack port as a fixed output | Takashi Iwai | 1 | -1/+2 |
2013-01-12 | ALSA: hda - Rearrange INPUT_PIN_ATTR_* | Takashi Iwai | 1 | -1/+1 |
2013-01-12 | ALSA: hda - Move fixup code into struct hda_codec | Takashi Iwai | 1 | -21/+18 |
2012-11-30 | ALSA: hda - Use standard sort function in hda_auto_parser.c | Takashi Iwai | 1 | -59/+47 |
2012-10-06 | ALSA: hda - avoid unneccesary indices on "Headphone Jack" controls | David Henningsson | 1 | -12/+37 |
2012-09-11 | ALSA: hda - Check bit mask for codec SSID in snd_hda_pick_fixup() | Takashi Iwai | 1 | -1/+2 |
2012-09-07 | ALSA: hda - Remove ignore_misc_bit | David Henningsson | 1 | -4/+0 |
2012-08-07 | ALSA: hda - Fix ugly debug prints with CONFIG_SND_VERBOSE_PRINTK=y | Takashi Iwai | 1 | -3/+2 |
2012-07-18 | ALSA: hda - make sure alc268 does not OOPS on codec parse | David Henningsson | 1 | -2/+2 |
2012-06-26 | ALSA: hda - Fix memory leaks in Realtek & Conexant codec parsers | Takashi Iwai | 1 | -1/+0 |
2012-05-08 | ALSA: hda - Move BIOS pin-parser code to hda_auto_parser.c | Takashi Iwai | 1 | -0/+597 |
2012-05-08 | ALSA: hda - Move up the fixup helper functions to the library module | Takashi Iwai | 1 | -0/+163 |