summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2017-10-17Merge branch 'for-linus' into for-nextTakashi Iwai7-14/+40
2017-10-16ALSA: 6fire: remove unused variable cardColin Ian King1-2/+0
2017-10-16ALSA: asihpi: clean up a couple of build warningsColin Ian King1-3/+0
2017-10-16ALSA: emux: remove unused redundant variable p2Colin Ian King1-2/+0
2017-10-16ALSA: ens137x: remove redundant variable resultColin Ian King1-2/+1
2017-10-16ALSA: pcm: remove redundant variable runtimeColin Ian King1-2/+0
2017-10-13ALSA: hda - silence uninitialized variable warning in activate_amp_in()Dan Carpenter1-0/+2
2017-10-13ALSA: hda/ca0132 - use ARRAY_SIZEJérémy Lefaure1-5/+3
2017-10-11ALSA: caiaq: Fix stray URB at probe error pathTakashi Iwai1-3/+9
2017-10-11Merge branch 'topic/usb-ep-check-v2' into for-nextTakashi Iwai9-24/+101
2017-10-11ALSA: line6: Add yet more sanity checks for invalid EPsTakashi Iwai2-14/+26
2017-10-11ALSA: caiaq: Add yet more sanity checks for invalid EPsTakashi Iwai1-0/+9
2017-10-11ALSA: hiface: Add sanity checks for invalid EPsTakashi Iwai1-2/+7
2017-10-11ALSA: usx2y: Add sanity checks for invalid EPsTakashi Iwai2-0/+8
2017-10-11ALSA: usb-audio: Add sanity checks for invalid EPsTakashi Iwai1-8/+30
2017-10-11ALSA: line6: Add a sanity check for invalid EPsTakashi Iwai1-0/+7
2017-10-11ALSA: caiaq: Add a sanity check for invalid EPsTakashi Iwai1-0/+7
2017-10-11ALSA: bcd2000: Add a sanity check for invalid EPsTakashi Iwai1-0/+7
2017-10-11ALSA: seq: Fix use-after-free at creating a portTakashi Iwai2-3/+10
2017-10-10ALSA: usb-audio: Kill stray URB at exitingTakashi Iwai2-2/+12
2017-10-10ALSA: seq: Add sanity check for user-space pointer deliveryTakashi Iwai1-0/+4
2017-10-09ALSA: line6: Fix leftover URB at error-path during probeTakashi Iwai1-3/+4
2017-10-09ALSA: line6: Fix NULL dereference at podhd_disconnect()Takashi Iwai1-1/+2
2017-10-09ALSA: line6: Fix missing initialization before error pathTakashi Iwai1-2/+3
2017-10-09ALSA: usb-audio: Apply vendor ID matching for sample rate quirkTakashi Iwai1-15/+9
2017-10-09Merge branch 'for-linus' into for-nextTakashi Iwai9-19/+80
2017-10-09ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai1-8/+19
2017-10-09ALSA: usb-audio: Add sample rate quirk for Plantronics P610Kai-Heng Feng1-0/+1
2017-10-05Merge tag 'sound-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds8-11/+60
2017-10-05Merge branch 'topic/timer-api' into for-nextTakashi Iwai3-22/+21
2017-10-05ALSA: asihpi: Convert timers to use timer_setup()Kees Cook1-7/+5
2017-10-05ALSA: timer: Convert timers to use timer_setup()Kees Cook1-4/+7
2017-10-05ALSA: sh: aica: Convert timers to use timer_setup()Kees Cook1-11/+9
2017-10-02ALSA: usx2y: Suppress kernel warning at page allocation failuresTakashi Iwai1-2/+4
2017-10-02ALSA: line6: make snd_pcm_ops constBhumika Goyal4-4/+4
2017-10-02Revert "ALSA: echoaudio: purge contradictions between dimension matrix member...Takashi Sakamoto1-3/+3
2017-09-22ALSA: usb-audio: Check out-of-bounds access by corrupted buffer descriptorTakashi Iwai1-0/+20
2017-09-22ALSA: pcm: Fix structure definition for X32 ABIBaolin Wang1-0/+1
2017-09-20ALSA: usb-audio: Add sample rate quirk for Plantronics C310/C520-MKai-Heng Feng1-0/+2
2017-09-20ALSA: hda - program ICT bits to support HBR audioSriram Periyasamy1-0/+21
2017-09-19ALSA: line6: add support for POD HD DESKTOPHans P. Möller Ebner1-1/+15
2017-09-19ALSA: hrtimer: make hrtimer_hw const and __initconstBhumika Goyal1-1/+1
2017-09-19ALSA: asihpi: fix a potential double-fetch bug when copying puhmMeng Xu1-4/+8
2017-09-18ALSA: oxygen: Xonar DG(X): make model_xonar_dg constBhumika Goyal2-2/+2
2017-09-18ALSA: compress: Remove unused variableGuneshwor Singh1-2/+1
2017-09-18ALSA: hwdep: prevent a harmless shift wrapping bugDan Carpenter1-0/+2
2017-09-15vfs: constify path argument to kernel_read_file_from_pathMimi Zohar1-1/+1
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2017-09-13Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-33/+14
2017-09-13Merge tag 'sound-fix-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-149/+141