summaryrefslogtreecommitdiffstats
path: root/sound/usb
Commit message (Expand)AuthorAgeFilesLines
* ALSA: usb-audio: uac1: Invalidate ctl on interruptJulian Scheel2017-11-171-1/+6
* Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2017-11-1329-0/+29
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0229-0/+29
* | Merge branch 'for-next' into for-linusTakashi Iwai2017-11-1321-91/+181
|\ \
| * \ Merge branch 'topic/usb-ep-check-v2' into for-nextTakashi Iwai2017-11-061-6/+17
| |\ \
| | * | ALSA: usx2y: Fix invalid stream URBsTakashi Iwai2017-11-061-6/+17
| * | | ALSA: usb-audio: Convert timers to use timer_setup()Kees Cook2017-10-177-39/+35
| * | | Merge branch 'for-linus' into for-nextTakashi Iwai2017-10-175-11/+30
| |\ \ \
| * | | | ALSA: 6fire: remove unused variable cardColin Ian King2017-10-161-2/+0
| * | | | Merge branch 'topic/usb-ep-check-v2' into for-nextTakashi Iwai2017-10-119-24/+101
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | ALSA: line6: Add yet more sanity checks for invalid EPsTakashi Iwai2017-10-112-14/+26
| | * | | ALSA: caiaq: Add yet more sanity checks for invalid EPsTakashi Iwai2017-10-111-0/+9
| | * | | ALSA: hiface: Add sanity checks for invalid EPsTakashi Iwai2017-10-111-2/+7
| | * | | ALSA: usx2y: Add sanity checks for invalid EPsTakashi Iwai2017-10-112-0/+8
| | * | | ALSA: usb-audio: Add sanity checks for invalid EPsTakashi Iwai2017-10-111-8/+30
| | * | | ALSA: line6: Add a sanity check for invalid EPsTakashi Iwai2017-10-111-0/+7
| | * | | ALSA: caiaq: Add a sanity check for invalid EPsTakashi Iwai2017-10-111-0/+7
| | * | | ALSA: bcd2000: Add a sanity check for invalid EPsTakashi Iwai2017-10-111-0/+7
| * | | | ALSA: usb-audio: Apply vendor ID matching for sample rate quirkTakashi Iwai2017-10-091-15/+9
| * | | | Merge branch 'for-linus' into for-nextTakashi Iwai2017-10-093-2/+27
| |\ \ \ \
| * | | | | ALSA: line6: make snd_pcm_ops constBhumika Goyal2017-10-024-4/+4
| * | | | | ALSA: line6: add support for POD HD DESKTOPHans P. Möller Ebner2017-09-191-1/+15
* | | | | | ALSA: usb-audio: support new Amanero Combo384 firmware versionJussi Laako2017-11-021-0/+1
| |_|_|_|/ |/| | | |
* | | | | ALSA: usb-audio: Add native DSD support for Pro-Ject Pre Box S2 DigitalJussi Laako2017-10-161-0/+1
| |_|_|/ |/| | |
* | | | ALSA: caiaq: Fix stray URB at probe error pathTakashi Iwai2017-10-111-3/+9
* | | | ALSA: usb-audio: Kill stray URB at exitingTakashi Iwai2017-10-102-2/+12
* | | | ALSA: line6: Fix leftover URB at error-path during probeTakashi Iwai2017-10-091-3/+4
* | | | ALSA: line6: Fix NULL dereference at podhd_disconnect()Takashi Iwai2017-10-091-1/+2
* | | | ALSA: line6: Fix missing initialization before error pathTakashi Iwai2017-10-091-2/+3
| |/ / |/| |
* | | ALSA: usb-audio: Add sample rate quirk for Plantronics P610Kai-Heng Feng2017-10-091-0/+1
| |/ |/|
* | ALSA: usx2y: Suppress kernel warning at page allocation failuresTakashi Iwai2017-10-021-2/+4
* | ALSA: usb-audio: Check out-of-bounds access by corrupted buffer descriptorTakashi Iwai2017-09-221-0/+20
* | ALSA: usb-audio: Add sample rate quirk for Plantronics C310/C520-MKai-Heng Feng2017-09-201-0/+2
|/
* ALSA: 6fire: Use common error handling code in usb6fire_chip_probe()Markus Elfring2017-09-071-18/+13
* ALSA: usx2y: Use common error handling code in submit_urbs()Markus Elfring2017-09-071-8/+10
* ALSA: us122l: Use common error handling code in us122l_create_card()Markus Elfring2017-09-071-4/+6
* ALSA: usx2y: Put missing KERN_CONT prefixTakashi Iwai2017-08-311-2/+2
* ALSA: usb-audio: Put missing KERN_CONT prefixTakashi Iwai2017-08-311-2/+2
* ALSA: usb-midi: Use common error handling code in __snd_usbmidi_create()Markus Elfring2017-08-231-11/+11
* Merge branch 'for-linus' into for-nextTakashi Iwai2017-08-224-3/+20
|\
| * ALSA: usb-audio: Add delay quirk for H650e/Jabra 550a USB headsetsJoakim Tjernlund2017-08-221-3/+6
| * ALSA: usb-audio: add DSD support for new Amanero PIDJussi Laako2017-08-181-0/+4
| * ALSA: usb-audio: Add mute TLV for playback volumes on C-Media devicesTakashi Iwai2017-08-173-0/+9
| * ALSA: usb-audio: Apply sample rate quirk to Sennheiser headsetTakashi Iwai2017-08-151-0/+1
* | ALSA: usb: constify snd_pcm_ops structuresArvind Yadav2017-08-197-9/+9
* | ALSA: usb-audio: don't retry snd_usb_ctl_msg after timeoutStephen Barber2017-08-181-7/+13
* | ALSA: usb: make snd_pcm_hardware constBhumika Goyal2017-08-171-1/+1
* | ALSA: usb: caiaq: audio: Delete two error messages for a failed memory alloca...Markus Elfring2017-08-121-3/+0
* | ALSA: usb: Delete an error message for a failed memory allocation in two func...Markus Elfring2017-08-122-6/+3
* | ALSA: usx2y: Delete an error message for a failed memory allocation in two fu...Markus Elfring2017-08-121-6/+3