summaryrefslogtreecommitdiffstats
path: root/sound/usb/line6/toneport.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: line6: fix control and interrupt message timeoutsJohan Hovold2021-10-261-1/+1
* sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-251-4/+5
* Revert "sound: line6: move to use usb_control_msg_send() and usb_control_msg_...Oliver Neukum2020-09-251-4/+4
* sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-161-4/+4
* ALSA: line6: Constify snd_ratden definitionsTakashi Iwai2020-01-031-1/+1
* 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: Use container_of()Takashi Iwai2019-05-281-7/+7
|/
* ALSA: line6: Assure canceling delayed work at disconnectionTakashi Iwai2019-05-281-12/+3
* Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-05-091-7/+9
|\
| * ALSA: line6: toneport: Fix broken usage of timer for delayed executionTakashi Iwai2019-05-081-7/+9
* | Merge tag 'leds-for-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-071-4/+4
|\ \ | |/ |/|
| * ALSA: line6: Avoid polluting led_* namespaceJacek Anaszewski2019-04-181-4/+4
* | ALSA: line6: use dynamic buffersGreg Kroah-Hartman2019-04-281-6/+18
|/
* ALSA: line6: stop using get_seconds()Arnd Bergmann2018-06-181-2/+3
* ALSA: usb-audio: Convert timers to use timer_setup()Kees Cook2017-10-171-4/+3
* ALSA: line6: constify snd_kcontrol_new structuresBhumika Goyal2017-04-121-2/+2
* ALSA: line6: Add LINE6_CAP_IN_NEEDS_OUT, a void playback stream during captureAndrej Krutak2016-09-191-2/+2
* ALSA: line6: Allow different channel numbers for in/outAndrej Krutak2016-09-191-1/+1
* ALSA: line6: toneport: Use explicit type for firmware versionChris Rorvick2015-02-111-1/+1
* ALSA: line6: Use explicit type for serial numberChris Rorvick2015-02-111-1/+1
* ALSA: line6: Pass driver name to line6_probe()Chris Rorvick2015-02-081-1/+1
* ALSA: line6: Pass toneport pointer to toneport_has_led()Chris Rorvick2015-02-081-7/+12
* ALSA: line6: Add toneport_has_source_select()Chris Rorvick2015-02-081-16/+16
* ALSA: line6: Remove snd_line6_ prefix of pcm property fieldsTakashi Iwai2015-01-281-3/+3
* ALSA: line6: Move the contents of usbdefs.h into driver.hTakashi Iwai2015-01-281-1/+0
* ALSA: line6: Tidy up and typo fixes in commentsTakashi Iwai2015-01-281-18/+6
* ALSA: line6: Handle error from line6_pcm_acquire()Takashi Iwai2015-01-281-3/+10
* ALSA: line6: Reorganize PCM stream handlingTakashi Iwai2015-01-281-3/+3
* ALSA: line6: Let snd_card_new() allocate private dataTakashi Iwai2015-01-281-7/+2
* ALSA: line6: Drop interface argument from private_init and disconnect callbacksTakashi Iwai2015-01-281-7/+7
* ALSA: line6/toneport: Implement LED controls via LED classTakashi Iwai2015-01-281-74/+89
* ALSA: line6/toneport: Fix wrong argument for toneport_has_led()Takashi Iwai2015-01-281-3/+1
* ALSA: line6/toneport: Move setup_timer() at the beginningTakashi Iwai2015-01-281-4/+5
* ALSA: line6: Remove superfluous NULL checks in each driverTakashi Iwai2015-01-281-6/+0
* 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-2/+2
* ALSA: line6: Remove CHECK_RETURN macroTakashi Iwai2015-01-201-4/+6
* ALSA: line6: Reorganize card resource handlingTakashi Iwai2015-01-201-58/+7
* ALSA: line6: Drop invalid SNDRV_PCM_INFO_RESUME flagTakashi Iwai2015-01-201-6/+0
* ALSA: line6: Split to each driverTakashi Iwai2015-01-201-9/+179
* ALSA: line6: Use setup_timer() and mod_timer()Takashi Iwai2015-01-191-5/+3
* ALSA: move line6 usb driver into sound/usbTakashi Iwai2015-01-121-0/+465