summaryrefslogtreecommitdiffstats
path: root/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2016-04-012-1/+22
|\
| * ALSA: hda - fix front mic problem for a HP desktopHui Wang2016-04-011-0/+9
| * ALSA: hda: add AMD Polaris-10/11 AZ PCI IDs with proper driver capsMaruthi Srinivas Bayyavarapu2016-03-311-0/+4
| * ALSA: hda - Apply fix for white noise on Asus N550JV, tooBobi Mihalca2016-03-231-1/+1
| * ALSA: hda - Fix white noise on Asus N750JV headphoneBobi Mihalca2016-03-231-1/+8
| * ALSA: hda - Asus N750JV external subwoofer fixupBobi Mihalca2016-03-231-0/+1
* | Merge tag 'sound-fix-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-221-10/+27
|\ \ | |/
| * ALSA: hda - Fix missing ELD update at unpluggingTakashi Iwai2016-03-211-2/+1
| * ALSA: hda - Workaround for unbalanced i915 power refcount by concurrent probeTakashi Iwai2016-03-201-0/+6
| * ALSA: hda - Fix spurious kernel WARNING on Baytrail HDMITakashi Iwai2016-03-181-1/+2
| * ALSA: hda - Fix forgotten HDMI monitor_present updateTakashi Iwai2016-03-181-0/+1
| * ALSA: hda - Really restrict i915 notifier to HSW+Takashi Iwai2016-03-181-7/+17
* | Merge tag 'sound-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2016-03-1812-873/+655
|\ \ | |/
| * ALSA: hda - Fix mutex deadlock at HDMI/DP hotplugTakashi Iwai2016-03-171-2/+7
| * ALSA: mixart: silence an uninitialized variable warningDan Carpenter2016-03-161-1/+1
| * ALSA: hda - Limit i915 HDMI binding only for HSW and laterTakashi Iwai2016-03-151-2/+3
| * ALSA: hda - Fix unconditional GPIO toggle via automuteTakashi Iwai2016-03-151-2/+6
| * ALSA: mixart: silence unitialized variable warningsDan Carpenter2016-03-151-2/+2
| * ALSA: hda - Fixes double fault in nvhdmi_chmap_cea_alloc_validate_get_typeSubhransu S. Prusty2016-03-141-2/+6
| * ALSA: intel8x0: Add clock quirk entry for AD1981B on IBM ThinkPad X41.Vittorio Gambaletta (VittGam)2016-03-141-0/+1
| * ALSA: hda - Add new GPU codec ID 0x10de0082 to snd-hdaAaron Plattner2016-03-141-0/+1
| * Merge branch 'for-linus' into for-nextTakashi Iwai2016-03-143-1/+11
| |\
| | * ALSA: hda - fix the mic mute button and led problem for a Lenovo AIOHui Wang2016-03-111-0/+1
| | * ALSA: hda - Don't handle ELD notify from invalid portTakashi Iwai2016-03-101-0/+4
| | * ALSA: hda - Apply reboot D3 fix for CX20724 codec, tooTakashi Iwai2016-03-101-1/+6
| * | ALSA: hda - Use snd_hdac namespace prefix for chmap exported APIsSubhransu S. Prusty2016-03-072-9/+9
| * | ALSA: hda - Move chmap support helpers/ops to coreSubhransu S. Prusty2016-03-072-714/+2
| * | ALSA: hda - chmap helper args modified to use generic hdac objs.Subhransu S. Prusty2016-03-071-41/+67
| * | ALSA: hda - Add hdmi chmap verb programming ops to chmap objectSubhransu S. Prusty2016-03-071-59/+28
| * | ALSA: hda - Use hdac name space for CEA spk alloc structureSubhransu S. Prusty2016-03-071-12/+14
| * | ALSA: hda - Register chmap obj as priv data instead of codecSubhransu S. Prusty2016-03-071-34/+59
| * | ALSA: hda - Create common chmap objectSubhransu S. Prusty2016-03-071-41/+40
| * | Merge branch 'for-linus' into for-nextTakashi Iwai2016-03-044-13/+27
| |\ \ | | |/
| * | ALSA: hda - hdmi_find_pcm_slot return value bug fixLibin Yang2016-03-011-1/+1
| * | Merge branch 'for-linus' into for-nextTakashi Iwai2016-02-263-34/+72
| |\ \
| * | | ALSA: hda - Autosuspend controller after probe even if codecs are already sus...Ville Syrjälä2016-02-261-1/+1
| * | | ALSA: hda - hdmi eld control created based on pcmLibin Yang2016-02-231-26/+48
| * | | ALSA: jack: Allow building the jack layer without input deviceTakashi Iwai2016-02-232-2/+2
| * | | ALSA: hda - Use acpi_dev_present()Lukas Wunner2016-02-211-15/+2
| * | | ALSA: hda - hdmi get jack from hda_jack_tbl when not dyn_pcm_assignLibin Yang2016-02-191-4/+26
| * | | Merge branch 'topic/hda-mst' into for-nextTakashi Iwai2016-02-101-66/+482
| |\ \ \
| | * | | ALSA: hda - build chmap kctl based on pcm in hdmi audioLibin Yang2016-02-031-7/+33
| | * | | ALSA: hda - hdmi create spdif ctl based on pcmLibin Yang2016-01-291-9/+18
| | * | | ALSA: hda - hdmi jack created based on pcmLibin Yang2016-01-291-26/+67
| | * | | ALSA: hda - add hdmi_pcm to manage hdmi pcm related featuresLibin Yang2016-01-291-16/+23
| | * | | ALSA: hda - hdmi setup pin when monitor hotplug in pcm dynamic assignment modeLibin Yang2016-01-291-4/+83
| | * | | ALSA: hda - hdmi dynamically bind PCM to pin when monitor hotplugLibin Yang2016-01-291-2/+80
| | * | | ALSA: hda - hdmi operate spdif based on pcmLibin Yang2016-01-291-5/+29
| | * | | ALSA: hda - hdmi playback without monitor in dynamic pcm bind modeLibin Yang2016-01-291-14/+157
| | * | | ALSA: hda - hdmi begin to support dynamic PCM assignmentLibin Yang2016-01-291-4/+13
OpenPOWER on IntegriCloud