summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda/ca0132: Update a pci quirk device nameAlastair Bridgewater2018-07-121-1/+1
* ALSA: hda/ca0132: Add Recon3Di quirk for Gigabyte G1.Sniper Z97Alastair Bridgewater2018-07-121-0/+1
* ALSA: hda/realtek - two more lenovo models need fixup of MIC_LOCATIONHui Wang2018-07-061-1/+5
* ALSA: hda - Handle pm failure during hotplugChris Wilson2018-07-021-5/+14
* ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctlTakashi Iwai2018-06-251-1/+2
* ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctlTakashi Iwai2018-06-251-1/+1
* ALSA: hda/realtek - Fix the problem of two front mics on more machinesHui Wang2018-06-251-1/+8
* ALSA: hda/realtek - Add a quirk for FSC ESPRIMO U9210Takashi Iwai2018-06-221-0/+1
* ALSA: hda/ca0132: make array ca0132_alt_chmaps staticColin Ian King2018-06-211-1/+1
* ALSA: hda - Force to link down at runtime suspend on ATI/AMD HDMITakashi Iwai2018-06-213-2/+9
* ALSA: lx6464es: Missing error code in snd_lx6464es_create()Dan Carpenter2018-06-211-0/+1
* ALSA: hda/ca0132: Fix DMic data rate for Alienware M17x R4Alastair Bridgewater2018-06-171-1/+6
* ALSA: hda/ca0132: Restore PCM Analog Mic-In2Alastair Bridgewater2018-06-171-1/+1
* ALSA: hda/ca0132: Don't test for QUIRK_NONEAlastair Bridgewater2018-06-171-2/+3
* ALSA: hda/ca0132: Restore behavior of QUIRK_ALIENWAREAlastair Bridgewater2018-06-171-1/+1
* ALSA: hda/ca0132: Delete redundant UNSOL event requestsAlastair Bridgewater2018-06-171-21/+11
* ALSA: hda/ca0132: Delete pointless assignments to struct auto_pin_cfg fieldsAlastair Bridgewater2018-06-171-14/+0
* ALSA: hda/realtek - Fix pop noise on Lenovo P50 & coTakashi Iwai2018-06-171-2/+8
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-153-9/+9
* Merge tag 'sound-fix-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-1511-26/+93
|\
| * ALSA: usb-audio: Always create the interrupt pipe for the mixerJorge Sanjuan2018-06-141-3/+5
| * ALSA: usb-audio: Add insertion control for UAC3 BADDJorge Sanjuan2018-06-141-0/+17
| * ALSA: usb-audio: Change in connectors control creation interfaceJorge Sanjuan2018-06-141-10/+10
| * ALSA: lx6464es: add error handling for pci_ioremap_barZhouyang Jia2018-06-141-0/+7
| * ALSA: sonicvibes: add error handling for snd_ctl_addZhouyang Jia2018-06-141-2/+10
| * ALSA: usb-audio: Remove explicitly listed Mytek devicesJussi Laako2018-06-131-3/+0
| * ALSA: usb-audio: Generic DSD detection for XMOS-based implementationsJussi Laako2018-06-131-2/+1
| * ALSA: usb-audio: Add native DSD support for Mytek DACsJussi Laako2018-06-133-1/+18
| * ALSA: hda/realtek - Add shutup hintTakashi Iwai2018-06-131-0/+3
| * ALSA: usb-audio: Disable the quirk for Nura headsetTakashi Iwai2018-06-121-0/+5
| * ALSA: hda: add dock and led support for HP ProBook 640 G4Dennis Wassenberg2018-06-121-0/+1
| * ALSA: hda: add dock and led support for HP EliteBook 830 G5Dennis Wassenberg2018-06-121-0/+1
| * ALSA: emu10k1: add error handling for snd_ctl_addZhouyang Jia2018-06-111-1/+3
| * ALSA: fm801: add error handling for snd_ctl_addZhouyang Jia2018-06-111-4/+12
* | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-1265-139/+185
|\ \
| * | treewide: Use array_size() in vmalloc()Kees Cook2018-06-127-11/+19
| * | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-1225-55/+65
| * | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-1214-30/+36
| * | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-1222-43/+65
* | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2018-06-111-17/+21
|\ \ \ | |/ / |/| |
| * | Merge tag 'omap-for-v4.18/soc-late-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson2018-05-251-17/+21
| |\ \
| | * | ASoC: ams_delta: use GPIO lookup tableJanusz Krzysztofik2018-05-231-17/+21
* | | | Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-06-071-1/+2
|\ \ \ \
| * | | | Merge tag 'v4.17-rc4' into patchworkMauro Carvalho Chehab2018-05-1040-140/+280
| |\| | |
| * | | | media: sound, isapnp: allow building more drivers with COMPILE_TESTMauro Carvalho Chehab2018-04-201-3/+3
| * | | | media: sound, media: allow building ISA drivers it with COMPILE_TESTMauro Carvalho Chehab2018-04-201-4/+5
| | |/ / | |/| |
* | | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-063-4/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook2018-06-061-1/+2
| * | | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-062-3/+3
| | |/ | |/|
* | | Merge tag 'asoc-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2018-06-05184-3597/+28047
|\ \ \