summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2017-11-136-0/+6
|\
| * Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-026-0/+6
| |\
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-026-0/+6
* | | Merge branch 'for-next' into for-linusTakashi Iwai2017-11-134-6/+30
|\ \ \
| * | | ALSA: hda/realtek - Add support for ALC1220Peisen2017-10-261-0/+23
| * | | ALSA: hda: Avoid racy recreation of widget kobjectsTakashi Iwai2017-10-191-1/+1
| * | | ALSA: hda - Add model string for Intel reference board quirkTakashi Iwai2017-10-181-0/+1
| * | | ALSA: hda - silence uninitialized variable warning in activate_amp_in()Dan Carpenter2017-10-131-0/+2
| * | | ALSA: hda/ca0132 - use ARRAY_SIZEJérémy Lefaure2017-10-131-5/+3
* | | | ALSA: hda - fix headset mic problem for Dell machines with alc274Hui Wang2017-11-091-0/+5
| |/ / |/| |
* | | ALSA: hda - fix headset mic problem for Dell machines with alc236Hui Wang2017-10-241-0/+8
* | | ALSA: hda/realtek - Add support for ALC236/ALC3204Kailang Yang2017-10-201-0/+11
| |/ |/|
* | ALSA: hda - Fix incorrect TLV callback check introduced during set_fs() removalTakashi Iwai2017-10-181-42/+55
* | ALSA: hda: Remove superfluous '-' added by printk conversionTakashi Iwai2017-10-181-1/+1
|/
* ALSA: hda - program ICT bits to support HBR audioSriram Periyasamy2017-09-201-0/+21
* ALSA: hda/ca0132 - Fix memory leak at error pathTakashi Iwai2017-09-041-2/+6
* ALSA: hda: Fix forget to free resource in error handling code path in hda_cod...Wang YanQing2017-09-041-1/+4
* ALSA: hda/realtek - Enable jack detection function for Intel ALC700PeiSen Hou2017-09-041-0/+17
* Merge branch 'for-next' into for-linusTakashi Iwai2017-09-044-9/+87
|\
| * Merge branch 'for-linus' into for-nextTakashi Iwai2017-08-301-0/+1
| |\
| * | ALSA: hda - Implement mic-mute LED mode enumTakashi Iwai2017-08-221-6/+81
| * | Merge branch 'for-linus' into for-nextTakashi Iwai2017-08-221-1/+0
| |\ \
| * | | ALSA: hda: make snd_kcontrol_new constBhumika Goyal2017-08-162-3/+3
| * | | ALSA: hda: Add Cannonlake PCI IDGuneshwor Singh2017-08-061-0/+3
* | | | ALSA: hda: Fix regression of hdmi eld control created based on invalid pcmWang YanQing2017-09-033-7/+12
| |_|/ |/| |
* | | ALSA: hda - Add stereo mic quirk for Lenovo G50-70 (17aa:3978)Takashi Iwai2017-08-231-0/+1
| |/ |/|
* | ALSA: hda/realtek - Fix pincfg for Dell XPS 13 9370Shih-Yuan Lee (FourDollars)2017-08-141-1/+0
|/
* ALSA: hda - Fix speaker output from VAIO VPCL14M1RSergei A. Trusov2017-08-021-0/+1
* ALSA: hda - Add mute led support for HP ProBook 440 G4Kai-Heng Feng2017-07-251-0/+1
* ALSA: hda/realtek - No loopback on ALC225/ALC295 codecKailang Yang2017-07-211-0/+1
* ALSA: hda/realtek - Update headset mode for ALC225Kailang Yang2017-07-211-25/+52
* ALSA: hda/realtek - Update headset mode for ALC298Kailang Yang2017-07-171-6/+60
* ALSA: hda - Add missing NVIDIA GPU codec IDs to patch tableDaniel Dadap2017-07-151-0/+27
* ALSA: hda - Add hdmi id for a Geminilake variantSubhransu S. Prusty2017-07-121-1/+4
* ALSA: hda/realtek - New codec device ID for ALC1220Kailang Yang2017-07-111-0/+2
* ALSA: hda/realtek - change the location for one of two front microphonesHui Wang2017-07-071-0/+14
* ALSA: hda - Fix unbalance of i915 module refcountTakashi Iwai2017-07-041-1/+1
* ALSA: hda/realtek - Remove GPIO_MASKKai-Heng Feng2017-07-031-3/+0
* ALSA: hda/realtek - Fix typo of pincfg for Dell quirkShih-Yuan Lee (FourDollars)2017-07-031-1/+1
* ALSA: hda/realtek - New codecs support for ALC215/ALC285/ALC289Kailang Yang2017-06-301-0/+14
* ALSA: hda/realtek - Remove ALC285 device IDKailang Yang2017-06-301-6/+3
* ALSA: hda - Fix doubly initialization of i915 componentTakashi Iwai2017-06-302-19/+27
* ALSA: hda: constify attribute_group structures.Arvind Yadav2017-06-291-1/+1
* ALSA: hda/realtek - Support Dell headset mode for ALC3271Kailang Yang2017-06-291-0/+16
* Merge branch 'topic/hda-fix' into for-nextTakashi Iwai2017-06-285-76/+67
|\
| * ALSA: hda - Minor code refactoring for Intel HDMI codec parsersTakashi Iwai2017-06-281-53/+34
| * ALSA: hda - Bind with i915 component before codec bindingTakashi Iwai2017-06-282-26/+26
| * ALSA: hda - Skip card registration when no codec is foundTakashi Iwai2017-06-281-0/+3
| * ALSA: hda - Fix endless loop of codec configureTakashi Iwai2017-06-282-2/+8
| * ALSA: hda - set input_path bitmap to zero after moving it to new placeHui Wang2017-06-281-0/+1
OpenPOWER on IntegriCloud