aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/line6/driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-24ALSA: line6: sizeof (byte) is always 1, use that fact.Pavel Machek1-2/+2
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-5/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner1-5/+1
2019-05-28ALSA: line6: Drop superfluous timer helper functionTakashi Iwai1-11/+0
2019-05-28ALSA: line6: Assure canceling delayed work at disconnectionTakashi Iwai1-0/+12
2019-04-28ALSA: line6: use dynamic buffersGreg Kroah-Hartman1-25/+35
2019-01-15ALSA: usb: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-3/+1
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-10-17ALSA: usb-audio: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-10-17Merge branch 'for-linus' into for-nextTakashi Iwai1-3/+4
2017-10-11ALSA: line6: Add yet more sanity checks for invalid EPsTakashi Iwai1-8/+15
2017-10-11ALSA: line6: Add a sanity check for invalid EPsTakashi Iwai1-0/+7
2017-10-09ALSA: line6: Fix leftover URB at error-path during probeTakashi Iwai1-3/+4
2017-02-07ALSA: line6: Always setup isochronous transfer propertiesAndrej Krutak1-22/+26
2017-02-07Revert "ALSA: line6: Only determine control port properties if needed"Takashi Iwai1-1/+2
2016-10-12ALSA: line6: fix a crash in line6_hwdep_write()Dan Carpenter1-2/+2
2016-09-25ALSA: usb-line6: use the same declaration as definition in header for MIDI manufacturer IDTakashi Sakamoto1-1/+1
2016-09-20ALSA: line6: fix ifnullfree.cocci warningskbuild test robot1-2/+1
2016-09-19ALSA: line6: Add hwdep interface to access the POD control messagesAndrej Krutak1-4/+148
2016-09-19ALSA: line6: Only determine control port properties if neededAndrej Krutak1-2/+1
2016-09-19ALSA: line6: Allow processing of raw incoming messagesAndrej Krutak1-25/+34
2016-09-19ALSA: line6: Distinguish device init (ctrl EP) and MIDI data transfer (int EP)Andrej Krutak1-20/+52
2016-09-19ALSA: line6: Add high-speed USB supportAndrej Krutak1-5/+10
2016-09-19ALSA: line6: Enable different number of URBs for frame transfersAndrej Krutak1-0/+1
2015-02-12ALSA: line6: Improve line6_read/write_data() interfacesChris Rorvick1-4/+10
2015-02-11ALSA: line6: Use explicit type for serial numberChris Rorvick1-1/+1
2015-02-11ALSA: line6: Return EIO if read/write not successfulChris Rorvick1-2/+2
2015-02-11ALSA: line6: Return error if device not respondingChris Rorvick1-6/+23
2015-02-11ALSA: line6: Add delay before reading statusChris Rorvick1-0/+6
2015-02-08ALSA: line6: Pass driver name to line6_probe()Chris Rorvick1-1/+2
2015-02-03ALSA: line6: fixup of line6_start_timer argument typeNicholas Mc Guire1-1/+1
2015-02-03ALSA: line6: use msecs_to_jiffies for conversionNicholas Mc Guire1-1/+1
2015-01-28ALSA: line6: Move the contents of usbdefs.h into driver.hTakashi Iwai1-1/+0
2015-01-28ALSA: line6: Remove revision.hTakashi Iwai1-1/+0
2015-01-28ALSA: line6: Tidy up and typo fixes in commentsTakashi Iwai1-1/+1
2015-01-28ALSA: line6: Minor tidy up in line6_probe()Takashi Iwai1-11/+9
2015-01-28ALSA: line6: Let snd_card_new() allocate private dataTakashi Iwai1-15/+10
2015-01-28ALSA: line6: Drop interface argument from private_init and disconnect callbacksTakashi Iwai1-4/+5
2015-01-28ALSA: line6: Remove unused line6_nop_read()Takashi Iwai1-10/+0
2015-01-28ALSA: line6: Fix memory leak at probe error pathTakashi Iwai1-29/+30
2015-01-28ALSA: line6: Minor refactoringTakashi Iwai1-45/+49
2015-01-28ALSA: line6: Don't forget to call driver's destructor at error pathTakashi Iwai1-0/+2
2015-01-28ALSA: line6: Abort if inconsistent usbdev is found at disconnectTakashi Iwai1-3/+3
2015-01-28ALSA: line6: Yet more cleanup of superfluous NULL checksTakashi Iwai1-11/+2
2015-01-20ALSA: line6: Remove driver version from header commentChris Rorvick1-1/+1
2015-01-20ALSA: line6: Refer to manufacturer as "Line 6"Chris Rorvick1-12/+12
2015-01-20ALSA: line6: Remove superfluous NULL checksChris Rorvick1-11/+1
2015-01-20ALSA: line6: Drop line6_send_program() and line6_transmit_parameter()Takashi Iwai1-59/+0
2015-01-20ALSA: line6: Make line6_send_raw_message() staticTakashi Iwai1-2/+2
2015-01-20ALSA: line6: Sync PCM stop at disconnectTakashi Iwai1-0/+2