summaryrefslogtreecommitdiff
path: root/sound/usb/line6/toneport.c
AgeCommit message (Expand)Author
2021-10-26ALSA: line6: fix control and interrupt message timeoutsJohan Hovold
2020-09-25sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman
2020-09-25Revert "sound: line6: move to use usb_control_msg_send() and usb_control_msg_...Oliver Neukum
2020-09-16sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman
2020-01-03ALSA: line6: Constify snd_ratden definitionsTakashi Iwai
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner
2019-05-28ALSA: line6: Use container_of()Takashi Iwai
2019-05-28ALSA: line6: Assure canceling delayed work at disconnectionTakashi Iwai
2019-05-09Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2019-05-08ALSA: line6: toneport: Fix broken usage of timer for delayed executionTakashi Iwai
2019-05-07Merge tag 'leds-for-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-04-28ALSA: line6: use dynamic buffersGreg Kroah-Hartman
2019-04-18ALSA: line6: Avoid polluting led_* namespaceJacek Anaszewski
2018-06-18ALSA: line6: stop using get_seconds()Arnd Bergmann
2017-10-17ALSA: usb-audio: Convert timers to use timer_setup()Kees Cook
2017-04-12ALSA: line6: constify snd_kcontrol_new structuresBhumika Goyal
2016-09-19ALSA: line6: Add LINE6_CAP_IN_NEEDS_OUT, a void playback stream during captureAndrej Krutak
2016-09-19ALSA: line6: Allow different channel numbers for in/outAndrej Krutak
2015-02-11ALSA: line6: toneport: Use explicit type for firmware versionChris Rorvick
2015-02-11ALSA: line6: Use explicit type for serial numberChris Rorvick
2015-02-08ALSA: line6: Pass driver name to line6_probe()Chris Rorvick
2015-02-08ALSA: line6: Pass toneport pointer to toneport_has_led()Chris Rorvick
2015-02-08ALSA: line6: Add toneport_has_source_select()Chris Rorvick
2015-01-28ALSA: line6: Remove snd_line6_ prefix of pcm property fieldsTakashi Iwai
2015-01-28ALSA: line6: Move the contents of usbdefs.h into driver.hTakashi Iwai
2015-01-28ALSA: line6: Tidy up and typo fixes in commentsTakashi Iwai
2015-01-28ALSA: line6: Handle error from line6_pcm_acquire()Takashi Iwai
2015-01-28ALSA: line6: Reorganize PCM stream handlingTakashi Iwai
2015-01-28ALSA: line6: Let snd_card_new() allocate private dataTakashi Iwai
2015-01-28ALSA: line6: Drop interface argument from private_init and disconnect callbacksTakashi Iwai
2015-01-28ALSA: line6/toneport: Implement LED controls via LED classTakashi Iwai
2015-01-28ALSA: line6/toneport: Fix wrong argument for toneport_has_led()Takashi Iwai
2015-01-28ALSA: line6/toneport: Move setup_timer() at the beginningTakashi Iwai
2015-01-28ALSA: line6: Remove superfluous NULL checks in each driverTakashi Iwai
2015-01-20ALSA: line6: Remove driver version from header commentChris Rorvick
2015-01-20ALSA: line6: Refer to manufacturer as "Line 6"Chris Rorvick
2015-01-20ALSA: line6: Remove CHECK_RETURN macroTakashi Iwai
2015-01-20ALSA: line6: Reorganize card resource handlingTakashi Iwai
2015-01-20ALSA: line6: Drop invalid SNDRV_PCM_INFO_RESUME flagTakashi Iwai
2015-01-20ALSA: line6: Split to each driverTakashi Iwai
2015-01-19ALSA: line6: Use setup_timer() and mod_timer()Takashi Iwai
2015-01-12ALSA: move line6 usb driver into sound/usbTakashi Iwai