summaryrefslogtreecommitdiffstats
path: root/sound/usb/line6/driver.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-081-5/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-051-5/+1Star
* | ALSA: line6: Drop superfluous timer helper functionTakashi Iwai2019-05-281-11/+0Star
|/
* ALSA: line6: Assure canceling delayed work at disconnectionTakashi Iwai2019-05-281-0/+12
* ALSA: line6: use dynamic buffersGreg Kroah-Hartman2019-04-281-25/+35
* ALSA: usb: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-3/+1Star
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-221-1/+1
* ALSA: usb-audio: Convert timers to use timer_setup()Kees Cook2017-10-171-2/+2
* Merge branch 'for-linus' into for-nextTakashi Iwai2017-10-171-3/+4
|\
| * ALSA: line6: Fix leftover URB at error-path during probeTakashi Iwai2017-10-091-3/+4
* | ALSA: line6: Add yet more sanity checks for invalid EPsTakashi Iwai2017-10-111-8/+15
* | ALSA: line6: Add a sanity check for invalid EPsTakashi Iwai2017-10-111-0/+7
|/
* ALSA: line6: Always setup isochronous transfer propertiesAndrej Krutak2017-02-071-22/+26
* Revert "ALSA: line6: Only determine control port properties if needed"Takashi Iwai2017-02-071-1/+2
* ALSA: line6: fix a crash in line6_hwdep_write()Dan Carpenter2016-10-121-2/+2
* ALSA: usb-line6: use the same declaration as definition in header for MIDI ma...Takashi Sakamoto2016-09-251-1/+1
* ALSA: line6: fix ifnullfree.cocci warningskbuild test robot2016-09-201-2/+1Star
* ALSA: line6: Add hwdep interface to access the POD control messagesAndrej Krutak2016-09-191-4/+148
* ALSA: line6: Only determine control port properties if neededAndrej Krutak2016-09-191-2/+1Star
* ALSA: line6: Allow processing of raw incoming messagesAndrej Krutak2016-09-191-25/+34
* ALSA: line6: Distinguish device init (ctrl EP) and MIDI data transfer (int EP)Andrej Krutak2016-09-191-20/+52
* ALSA: line6: Add high-speed USB supportAndrej Krutak2016-09-191-5/+10
* ALSA: line6: Enable different number of URBs for frame transfersAndrej Krutak2016-09-191-0/+1
* ALSA: line6: Improve line6_read/write_data() interfacesChris Rorvick2015-02-121-4/+10
* ALSA: line6: Use explicit type for serial numberChris Rorvick2015-02-111-1/+1
* ALSA: line6: Return EIO if read/write not successfulChris Rorvick2015-02-111-2/+2
* ALSA: line6: Return error if device not respondingChris Rorvick2015-02-111-6/+23
* ALSA: line6: Add delay before reading statusChris Rorvick2015-02-111-0/+6
* ALSA: line6: Pass driver name to line6_probe()Chris Rorvick2015-02-081-1/+2
* ALSA: line6: fixup of line6_start_timer argument typeNicholas Mc Guire2015-02-031-1/+1
* ALSA: line6: use msecs_to_jiffies for conversionNicholas Mc Guire2015-02-031-1/+1
* ALSA: line6: Move the contents of usbdefs.h into driver.hTakashi Iwai2015-01-281-1/+0Star
* ALSA: line6: Remove revision.hTakashi Iwai2015-01-281-1/+0Star
* ALSA: line6: Tidy up and typo fixes in commentsTakashi Iwai2015-01-281-1/+1
* ALSA: line6: Minor tidy up in line6_probe()Takashi Iwai2015-01-281-11/+9Star
* ALSA: line6: Let snd_card_new() allocate private dataTakashi Iwai2015-01-281-15/+10Star
* ALSA: line6: Drop interface argument from private_init and disconnect callbacksTakashi Iwai2015-01-281-4/+5
* ALSA: line6: Remove unused line6_nop_read()Takashi Iwai2015-01-281-10/+0Star
* ALSA: line6: Fix memory leak at probe error pathTakashi Iwai2015-01-281-29/+30
* ALSA: line6: Minor refactoringTakashi Iwai2015-01-281-45/+49
* ALSA: line6: Don't forget to call driver's destructor at error pathTakashi Iwai2015-01-281-0/+2
* ALSA: line6: Abort if inconsistent usbdev is found at disconnectTakashi Iwai2015-01-281-3/+3
* ALSA: line6: Yet more cleanup of superfluous NULL checksTakashi Iwai2015-01-281-11/+2Star
* ALSA: line6: Remove driver version from header commentChris Rorvick2015-01-201-1/+1
* ALSA: line6: Refer to manufacturer as "Line 6"Chris Rorvick2015-01-201-12/+12
* ALSA: line6: Remove superfluous NULL checksChris Rorvick2015-01-201-11/+1Star
* ALSA: line6: Drop line6_send_program() and line6_transmit_parameter()Takashi Iwai2015-01-201-59/+0Star
* ALSA: line6: Make line6_send_raw_message() staticTakashi Iwai2015-01-201-2/+2
* ALSA: line6: Sync PCM stop at disconnectTakashi Iwai2015-01-201-0/+2
* ALSA: line6: Remove superfluous disconnect call in suspend handlerTakashi Iwai2015-01-201-1/+0Star