summaryrefslogtreecommitdiffstats
path: root/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - Fix incorrect usage of IS_REACHABLE()Takashi Iwai2018-04-271-1/+1
* ALSA: hda - Skip jack and others for non-existing PCM streamsTakashi Iwai2018-04-251-1/+8
* ALSA: hda/realtek - change the location for one of two front micsKailang Yang2018-04-251-0/+1
* ALSA: rme9652: Hardening for potential Spectre v1Takashi Iwai2018-04-251-2/+4
* ALSA: hdspm: Hardening for potential Spectre v1Takashi Iwai2018-04-251-10/+14
* ALSA: asihpi: Hardening for potential Spectre v1Takashi Iwai2018-04-252-5/+12
* ALSA: hda: Hardening for potential Spectre v1Takashi Iwai2018-04-251-1/+11
* ALSA: hda/realtek - Update ALC255 depop optimizeKailang Yang2018-04-251-0/+2
* ALSA: hda/realtek - Add some fixes for ALC233Kailang Yang2018-04-251-0/+2
* Merge tag 'sound-4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-04-212-1/+5
|\
| * ALSA: hda/realtek - adjust the location of one micHui Wang2018-04-191-0/+1
| * ALSA: hda/realtek - set PINCFG_HEADSET_MIC to parse_flagsHui Wang2018-04-191-0/+2
| * ALSA: hda - New VIA controller suppor no-snoop pathDavid Wang2018-04-161-1/+2
* | Merge tag 'drm-fixes-for-v4.17-rc1' of git://people.freedesktop.org/~airlied/...Linus Torvalds2018-04-121-3/+1
|\ \
| * \ Merge tag 'drm-misc-next-fixes-2018-04-04' of git://anongit.freedesktop.org/d...Dave Airlie2018-04-111-3/+1
| |\ \
| | * | ALSA: hda - Silence PM ops build warningLukas Wunner2018-03-291-3/+1
* | | | Merge tag 'sound-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-04-0511-110/+162
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge branch 'for-linus' into for-nextTakashi Iwai2018-03-232-0/+19
| |\ \
| * \ \ Merge branch 'for-linus' into for-nextTakashi Iwai2018-03-193-5/+57
| |\ \ \
| * | | | ALSA: hda: Add Icelake PCI IDGuneshwor Singh2018-03-131-0/+3
| * | | | ALSA: echoaudio: remove redundant initialization of pointer 'pipe'Colin Ian King2018-03-121-2/+1
| * | | | ALSA: ice1712: replace strcpy() with strlcpy()Joey Pabalinas2018-03-012-8/+8
| * | | | Merge branch 'for-linus' into for-nextTakashi Iwai2018-02-282-3/+57
| |\ \ \ \
| * | | | | ALSA: hda-beep: add SPDX identifiersMatt Ranostay2018-02-202-30/+4
| * | | | | ALSA: emu10k1: add a IOMMU workaroundMaciej S. Szmigiero2018-02-143-9/+90
| * | | | | ALSA: emu10k1: make sure synth DMA pages are allocated with DMA functionsMaciej S. Szmigiero2018-02-141-17/+27
| * | | | | ALSA: emu10k1: add optional debug printouts with DMA addressesMaciej S. Szmigiero2018-02-142-4/+19
| * | | | | ALSA: emu10k1: use dma_set_mask_and_coherent()Maciej S. Szmigiero2018-02-141-2/+1
| * | | | | ALSA: emu10k1: remove reserved_pageMaciej S. Szmigiero2018-02-142-13/+6
| * | | | | Merge branch 'topic/hda-sync-power' into for-nextTakashi Iwai2018-02-122-28/+6
| |\ \ \ \ \
| | * | | | | ALSA: hda: Make use of core codec functions to sync power stateAbhijeet Kumar2018-02-122-28/+6
* | | | | | | Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie2018-03-283-2/+179
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | ALSA: hda/realtek - Fix speaker no sound after system resumeKailang Yang2018-03-221-0/+4
| * | | | | ALSA: hda/realtek - Fix Dell headset Mic can't recordKailang Yang2018-03-221-0/+10
| * | | | | ALSA: hda - Force polling mode on CFL for fixing codec communicationTakashi Iwai2018-03-211-0/+5
| | |_|_|/ | |/| | |
| * | | | ALSA: hda/realtek - Always immediately update mute LED with pin VREFTakashi Iwai2018-03-171-1/+5
| * | | | ALSA: hda - Revert power_save option default valueTakashi Iwai2018-03-121-3/+6
| * | | | ALSA: hda: add dock and led support for HP ProBook 640 G2Dennis Wassenberg2018-03-081-0/+1
| * | | | ALSA: hda: add dock and led support for HP EliteBook 820 G3Dennis Wassenberg2018-03-081-0/+1
| * | | | ALSA: hda/realtek - Make dock sound work on ThinkPad L570Dennis Wassenberg2018-03-081-0/+1
| * | | | ALSA: hda/realtek - Fix dock line-out volume on Dell Precision 7520Takashi Iwai2018-03-061-0/+16
| * | | | ALSA: hda/realtek: Limit mic boost on T480Benjamin Berg2018-03-061-0/+1
| * | | | ALSA: hda/realtek - Add headset mode support for Dell laptopKailang Yang2018-03-061-0/+11
| * | | | ALSA: hda/realtek - Add support headset mode for DELL WYSEKailang Yang2018-03-061-0/+14
| * | | | ALSA: hda - Fix a wrong FIXUP for alc289 on Dell machinesHui Wang2018-03-021-1/+1
| | |_|/ | |/| |
| * | | ALSA: hda - Fix pincfg at resume on Lenovo T470 dockTakashi Iwai2018-02-261-1/+2
| * | | ALSA: hda: Add a power_save blacklistHans de Goede2018-02-241-2/+36
| * | | ALSA: hda/realtek: PCI quirk for Fujitsu U7x7Jan-Marek Glogowski2018-02-141-0/+19
| |/ /
| * | ALSA: hda/realtek - Enable Thinkpad Dock device for ALC298 platformKailang Yang2018-02-071-0/+42
| * | ALSA: hda/realtek - Add headset mode support for Dell laptopKailang Yang2018-02-071-0/+2