summaryrefslogtreecommitdiffstats
path: root/sound/usb/line6/driver.c
Commit message (Expand)AuthorAgeFilesLines
* sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-251-42/+30
* Revert "sound: line6: move to use usb_control_msg_send() and usb_control_msg_...Oliver Neukum2020-09-251-27/+42
* sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-161-42/+27
* Merge branch 'for-next' into for-linusTakashi Iwai2020-08-031-1/+2
|\
| * ALSA: line6: add hw monitor volume control for POD HD500Vasily Khoruzhick2020-07-131-1/+2
* | ALSA: line6: Sync the pending work cancel at disconnectionTakashi Iwai2020-07-101-1/+1
|/
* ALSA: line6: Add poll callback for hwdepVasily Khoruzhick2020-05-021-0/+16
* ALSA: line6: hwdep: add support for O_NONBLOCK opening modeVasily Khoruzhick2020-05-021-0/+4
* ALSA: line6: Fix endless MIDI read loopTakashi Iwai2020-03-091-1/+1
* ALSA: line6: sizeof (byte) is always 1, use that fact.Pavel Machek2019-07-241-2/+2
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-081-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-051-5/+1
* | ALSA: line6: Drop superfluous timer helper functionTakashi Iwai2019-05-281-11/+0
|/
* 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/+1
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-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/+1
* 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/+1
* 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/+0
* ALSA: line6: Remove revision.hTakashi Iwai2015-01-281-1/+0
* 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/+9
* ALSA: line6: Let snd_card_new() allocate private dataTakashi Iwai2015-01-281-15/+10
* 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/+0
* ALSA: line6: Fix memory leak at probe error pathTakashi Iwai2015-01-281-29/+30
* ALSA: line6: Minor refactoringTakashi Iwai2015-01-281-45/+49