summaryrefslogtreecommitdiffstats
path: root/sound/usb/line6
Commit message (Expand)AuthorAgeFilesLines
* ALSA: line6: Zero-initialize message buffersTakashi Iwai2024-04-021-3/+3
* ALSA: line6: fix stack overflow in line6_midi_transmitArtem Egorkine2022-12-261-1/+2
* ALSA: line6: correct midi status byte when receiving data from podxtArtem Egorkine2022-12-265-12/+27
* ALSA: line6: remove line6_set_raw declarationGaosheng Cui2022-09-091-2/+0
* ALSA: line6: Replace sprintf() with sysfs_emit()Takashi Iwai2022-08-022-6/+6
* sound: usb: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-231-2/+2
* ALSA: line6: fix control and interrupt message timeoutsJohan Hovold2021-10-264-12/+12
* ALSA: line6: Fix racy initialization of LINE6 MIDITakashi Iwai2021-05-193-11/+4
* sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-253-60/+44
* Revert "sound: line6: move to use usb_control_msg_send() and usb_control_msg_...Oliver Neukum2020-09-253-37/+57
* sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-163-57/+37
* Merge branch 'for-next' into for-linusTakashi Iwai2020-08-033-4/+132
|\
| * ALSA: line6: Use kmemdup in podhd_set_monitor_level()YueHaibing2020-07-171-3/+1
| * ALSA: line6: add hw monitor volume control for POD HD500Vasily Khoruzhick2020-07-133-2/+132
| * ALSA: usb/line6: remove 'defined but not used' warningPierre-Louis Bossart2020-07-081-2/+2
* | ALSA: line6: Sync the pending work cancel at disconnectionTakashi Iwai2020-07-101-1/+1
* | ALSA: line6: Perform sanity check for each URB creationTakashi Iwai2020-07-102-0/+4
|/
* Merge branch 'for-linus' into for-nextTakashi Iwai2020-05-281-17/+5
|\
| * ALSA: line6: Fix POD HD500 audio playbackVasily Khoruzhick2020-04-261-17/+5
* | ALSA: line6: Add poll callback for hwdepVasily Khoruzhick2020-05-021-0/+16
* | ALSA: line6: hwdep: add support for O_NONBLOCK opening modeVasily Khoruzhick2020-05-022-0/+5
|/
* ALSA: line6: Fix endless MIDI read loopTakashi Iwai2020-03-092-2/+2
* ALSA: line6: Constify snd_ratden definitionsTakashi Iwai2020-01-033-3/+3
* ALSA: usb: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-112-2/+0
* ALSA: line6: Use managed buffer allocationTakashi Iwai2019-12-111-10/+3
* ALSA: usb: Remove superfluous snd_dma_continuous_data()Takashi Iwai2019-11-061-3/+1
* Merge branch 'topic/usb-validation' into for-nextTakashi Iwai2019-08-221-9/+9
|\
| * ALSA: line6: Fix memory leak at line6_init_pcm() error pathTakashi Iwai2019-08-211-9/+9
* | ALSA: line6: sizeof (byte) is always 1, use that fact.Pavel Machek2019-07-241-2/+2
|/
* ALSA: line6: Fix a typoChristophe JAILLET2019-07-221-1/+1
* ALSA: line6: Fix wrong altsetting for LINE6_PODHD500_1Kai-Heng Feng2019-07-181-1/+1
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-0817-80/+17
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-0516-80/+16
| * Merge tag 'sound-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-05-303-12/+19
| |\
| * | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | | Merge branch 'topic/hda-refresh-cleanup' into for-nextTakashi Iwai2019-07-071-0/+5
|\ \ \
| * | | ALSA: line6: Fix write on zero-sized bufferTakashi Iwai2019-07-021-0/+5
| | |/ | |/|
* | | ALSA: line6: Use container_of()Takashi Iwai2019-05-284-19/+25
* | | ALSA: line6: Drop superfluous timer helper functionTakashi Iwai2019-05-282-20/+0
* | | ALSA: line6: variax: Rewrite complex timer & work combo with a delayed workTakashi Iwai2019-05-281-93/+35
* | | ALSA: line6: podhd: Rewrite complex timer & work combo with a delayed workTakashi Iwai2019-05-281-66/+8
* | | ALSA: line6: pod: Rewrite complex timer & work combo with a delayed workTakashi Iwai2019-05-281-69/+27
|/ /
* / ALSA: line6: Assure canceling delayed work at disconnectionTakashi Iwai2019-05-283-12/+19
|/
* 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-283-40/+65
|/
* Merge branch 'topic/pcm-device-suspend' into for-nextTakashi Iwai2019-01-181-3/+1
|\
| * ALSA: usb: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-3/+1