summaryrefslogtreecommitdiffstats
path: root/sound/usb/midi.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: usb-audio: Manage number of rawmidis globallyTakashi Iwai2023-05-231-1/+6
* ALSA: usb-audio: Drop snd_BUG_ON() from snd_usbmidi_output_open()Takashi Iwai2022-11-121-3/+1
* Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-031-2/+2
|\
| * Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman2022-05-031-0/+1
| |\
| * | sound: usb: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-231-2/+2
* | | ALSA: usb-audio: Cancel pending work at closing a MIDI substreamTakashi Iwai2022-05-251-0/+3
| |/ |/|
* | ALSA: usb-audio: Clear MIDI port active flag after drainingTakashi Iwai2022-04-201-0/+1
|/
* ALSA: usb-audio: Fix potential out-of-bounce access in MIDI EP parserTakashi Iwai2021-05-111-3/+4
* ALSA: usb-audio: Validate MS endpoint descriptorsTakashi Iwai2021-05-101-0/+4
* ALSA: usb: midi: don't return -ENOMEM when usb_urb_ep_type_check failsColin Ian King2021-04-201-1/+1
* ALSA: usb-audio: generate midi streaming substream names from jack namesGeorge Harker2021-03-011-5/+98
* ALSA: usb-audio: use usb headers rather than define structs locallyGeorge Harker2021-03-011-18/+2
* ALSA: usb-audio: Fix UBSAN warnings for MIDI jacksTakashi Iwai2020-12-231-0/+4
* ALSA: usb-audio: Replace tasklet with workTakashi Iwai2020-09-091-6/+7
* ALSA: usb-audio: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-021-4/+3
* Merge branch 'for-next' into for-linusTakashi Iwai2020-08-031-1/+1
|\
| * ALSA: Replace with fallthrough pseudo keyword in the remaining placesTakashi Iwai2020-07-091-1/+1
* | ALSA: usb-audio: Fix race against the error recovery URB submissionTakashi Iwai2020-07-101-5/+12
|/
* ALSA: usb-audio: Fix case when USB MIDI interface has more than one extra end...Andreas Steinmetz2020-03-311-5/+24
* ALSA: usb-midi: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-121-1/+1
* ALSA: usb-audio: Use lower hex numbers for IDsTakashi Iwai2020-01-051-2/+2
* ALSA: rawmidi: A lightweight function to discard pending bytesTakashi Iwai2018-10-041-2/+1
* ALSA: usb-midi: use irqsave() in USB's complete callbackJohn Ogness2018-07-021-2/+3
* ALSA: usb-audio: Convert timers to use timer_setup()Kees Cook2017-10-171-4/+3
* ALSA: usb-audio: Add sanity checks for invalid EPsTakashi Iwai2017-10-111-8/+30
* 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
* ALSA: usb-audio: constify snd_kcontrol_new structuresBhumika Goyal2017-04-121-1/+1
* ALSA: usb: Constify snd_rawmidi_opsTakashi Iwai2017-01-121-2/+2
* ALSA: usb-midi: correct speed checkingOliver Neukum2016-05-081-0/+1
* Merge branch 'for-linus' into for-nextTakashi Iwai2016-02-261-1/+0
|\
| * ALSA: usb-audio: avoid freeing umidi object twiceAndrey Konovalov2016-02-131-1/+0
* | ALSA: usb-audio: Refer to chip->usb_id for quirks and MIDI creationTakashi Iwai2016-01-291-6/+9
|/
* ALSA: usb-audio: constify usb_protocol_ops structuresJulia Lawall2015-12-111-12/+13
* ALSA: midi: constify snd_rawmidi_global_ops structuresJulia Lawall2015-11-221-1/+1
* ALSA: usb-audio: work around CH345 input SysEx corruptionClemens Ladisch2015-11-161-0/+42
* ALSA: usb-audio: prevent CH345 multiport output SysEx corruptionClemens Ladisch2015-11-161-0/+3
* ALSA: usb-audio: add packet size quirk for the Medeli DD305Clemens Ladisch2015-11-161-0/+1
* ALSA: usb-audio: Allow any MIDI endpoint to drive use of interrupt transfer o...Keith A. Milner2015-10-111-4/+7
* ALSA: usb-audio: Use setup_timer() and mod_timer()Takashi Iwai2015-01-191-3/+2
* ALSA: usb-audio: Don't resubmit pending URBs at MIDI error recoveryTakashi Iwai2014-12-061-0/+2
* Merge tag 'sound-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-10-101-0/+11
|\
| * ALSA: usb-audio: add MIDI port names for the Yamaha MOTIF XFClemens Ladisch2014-09-081-0/+11
* | usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek2014-09-231-1/+1
|/
* ALSA: usb-audio: Whitespace cleanups for sound/usb/midi.*Adam Goode2014-08-051-164/+209
* ALSA: usb-audio: Respond to suspend and resume callbacks for MIDI inputAdam Goode2014-08-051-0/+28
* ALSA: usb-audio: Use standard printk helpersTakashi Iwai2014-02-261-21/+24
* ALSA: usb-audio: add MIDI port names for some Roland devicesClemens Ladisch2013-06-271-0/+33
* ALSA: usb-audio: add support for many Roland/Yamaha devicesClemens Ladisch2013-06-271-0/+41
* ALSA: usb-audio: disable autopm for MIDI devicesClemens Ladisch2013-04-151-11/+2