summaryrefslogtreecommitdiffstats
path: root/sound
AgeCommit message (Expand)Author
2018-09-05ASoC: wm_adsp: Correct DSP pointer for preloader controlAjit Pandey
2018-09-05ASoC: sirf: Fix potential NULL pointer dereferenceGustavo A. R. Silva
2018-09-05ASoC: zte: Fix incorrect PCM format bit usagesTakashi Iwai
2018-09-05ASoC: dpcm: don't merge format from invalid codec daiJerome Brunet
2018-08-22ALSA: seq: Fix poll() error returnTakashi Iwai
2018-08-22ALSA: vxpocket: Fix invalid endian conversionsTakashi Iwai
2018-08-22ALSA: memalloc: Don't exceed over the requested sizeTakashi Iwai
2018-08-22ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entryHans de Goede
2018-08-22ALSA: dice: fix wrong copy to rx parameters for Alesis iO26Takashi Sakamoto
2018-08-22ALSA: cs5535audio: Fix invalid endian conversionTakashi Iwai
2018-08-22ALSA: virmidi: Fix too long output trigger loopTakashi Iwai
2018-08-22ALSA: vx222: Fix invalid endian conversionsTakashi Iwai
2018-08-22ALSA: hda - Turn CX8200 into D3 as well upon rebootPark Ju Hyung
2018-08-22ALSA: hda - Sleep for 10ms after entering D3 on Conexant codecsPark Ju Hyung
2018-07-18ALSA: hda/realtek - Yet another Clevo P950 quirk entryTakashi Iwai
2018-07-17ALSA: rawmidi: Change resized buffers atomicallyTakashi Iwai
2018-07-16ALSA: hda/realtek - Add Panasonic CF-SZ6 headset jack quirkYOKOTA Hiroshi
2018-07-16ALSA: hda: add mute led support for HP ProBook 455 G5Po-Hsu Lin
2018-07-12ALSA: hda/ca0132: Update a pci quirk device nameAlastair Bridgewater
2018-07-12ALSA: hda/ca0132: Add Recon3Di quirk for Gigabyte G1.Sniper Z97Alastair Bridgewater
2018-07-06ALSA: hda/realtek - two more lenovo models need fixup of MIC_LOCATIONHui Wang
2018-07-02ALSA: hda - Handle pm failure during hotplugChris Wilson
2018-06-25ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctlTakashi Iwai
2018-06-25ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctlTakashi Iwai
2018-06-25ALSA: hda/realtek - Fix the problem of two front mics on more machinesHui Wang
2018-06-22ALSA: hda/realtek - Add a quirk for FSC ESPRIMO U9210Takashi Iwai
2018-06-21ALSA: hda/ca0132: make array ca0132_alt_chmaps staticColin Ian King
2018-06-21ALSA: hda - Force to link down at runtime suspend on ATI/AMD HDMITakashi Iwai
2018-06-21ALSA: lx6464es: Missing error code in snd_lx6464es_create()Dan Carpenter
2018-06-17ALSA: hda/ca0132: Fix DMic data rate for Alienware M17x R4Alastair Bridgewater
2018-06-17ALSA: hda/ca0132: Restore PCM Analog Mic-In2Alastair Bridgewater
2018-06-17ALSA: hda/ca0132: Don't test for QUIRK_NONEAlastair Bridgewater
2018-06-17ALSA: hda/ca0132: Restore behavior of QUIRK_ALIENWAREAlastair Bridgewater
2018-06-17ALSA: hda/ca0132: Delete redundant UNSOL event requestsAlastair Bridgewater
2018-06-17ALSA: hda/ca0132: Delete pointless assignments to struct auto_pin_cfg fieldsAlastair Bridgewater
2018-06-17ALSA: hda/realtek - Fix pop noise on Lenovo P50 & coTakashi Iwai
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-15Merge tag 'sound-fix-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-14ALSA: usb-audio: Always create the interrupt pipe for the mixerJorge Sanjuan
2018-06-14ALSA: usb-audio: Add insertion control for UAC3 BADDJorge Sanjuan
2018-06-14ALSA: usb-audio: Change in connectors control creation interfaceJorge Sanjuan
2018-06-14ALSA: lx6464es: add error handling for pci_ioremap_barZhouyang Jia
2018-06-14ALSA: sonicvibes: add error handling for snd_ctl_addZhouyang Jia
2018-06-13ALSA: usb-audio: Remove explicitly listed Mytek devicesJussi Laako
2018-06-13ALSA: usb-audio: Generic DSD detection for XMOS-based implementationsJussi Laako
2018-06-13ALSA: usb-audio: Add native DSD support for Mytek DACsJussi Laako
2018-06-13ALSA: hda/realtek - Add shutup hintTakashi Iwai
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook