aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/line6
AgeCommit message (Expand)AuthorFilesLines
2026-04-21ALSA: usb-audio/line6: Add support for POD HD PROPhil Willoughby1-0/+14
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook6-8/+8
2025-11-02ALSA: line6: add support for POD HD Pro XBaltazár Radics1-1/+15
2025-09-10ALSA: line6: Use guard() for spin locksTakashi Iwai4-43/+29
2025-09-01ALSA: line6: Use guard() for mutex locksTakashi Iwai2-35/+31
2025-07-11ALSA: line6: Use safer strscpy() instead of strcpy()Takashi Iwai4-8/+8
2025-01-12ALSA: line6: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2024-10-10ALSA: line6: update contact informationMarkus Grabner15-16/+16
2024-10-04ALSA: line6: add hw monitor volume control to POD HD500XHans P. Moller1-1/+1
2024-08-05ALSA: line6: Fix racy access to midibufTakashi Iwai1-0/+5
2024-04-02ALSA: line6: Zero-initialize message buffersTakashi Iwai1-3/+3
2022-12-26ALSA: line6: fix stack overflow in line6_midi_transmitArtem Egorkine1-1/+2
2022-12-26ALSA: line6: correct midi status byte when receiving data from podxtArtem Egorkine5-12/+27
2022-09-09ALSA: line6: remove line6_set_raw declarationGaosheng Cui1-2/+0
2022-08-02ALSA: line6: Replace sprintf() with sysfs_emit()Takashi Iwai2-6/+6
2022-04-23sound: usb: remove third argument of usb_maxpacket()Vincent Mailhol1-2/+2
2021-10-26ALSA: line6: fix control and interrupt message timeoutsJohan Hovold4-12/+12
2021-05-19ALSA: line6: Fix racy initialization of LINE6 MIDITakashi Iwai3-11/+4
2020-09-25sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman3-60/+44
2020-09-25Revert "sound: line6: move to use usb_control_msg_send() and usb_control_msg_...Oliver Neukum3-37/+57
2020-09-16sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman3-57/+37
2020-08-03Merge branch 'for-next' into for-linusTakashi Iwai3-4/+132
2020-07-17ALSA: line6: Use kmemdup in podhd_set_monitor_level()YueHaibing1-3/+1
2020-07-13ALSA: line6: add hw monitor volume control for POD HD500Vasily Khoruzhick3-2/+132
2020-07-10ALSA: line6: Sync the pending work cancel at disconnectionTakashi Iwai1-1/+1
2020-07-10ALSA: line6: Perform sanity check for each URB creationTakashi Iwai2-0/+4
2020-07-08ALSA: usb/line6: remove 'defined but not used' warningPierre-Louis Bossart1-2/+2
2020-05-28Merge branch 'for-linus' into for-nextTakashi Iwai1-17/+5
2020-05-02ALSA: line6: Add poll callback for hwdepVasily Khoruzhick1-0/+16
2020-05-02ALSA: line6: hwdep: add support for O_NONBLOCK opening modeVasily Khoruzhick2-0/+5
2020-04-26ALSA: line6: Fix POD HD500 audio playbackVasily Khoruzhick1-17/+5
2020-03-09ALSA: line6: Fix endless MIDI read loopTakashi Iwai2-2/+2
2020-01-03ALSA: line6: Constify snd_ratden definitionsTakashi Iwai3-3/+3
2019-12-11ALSA: usb: Drop superfluous ioctl PCM opsTakashi Iwai2-2/+0
2019-12-11ALSA: line6: Use managed buffer allocationTakashi Iwai1-10/+3
2019-11-06ALSA: usb: Remove superfluous snd_dma_continuous_data()Takashi Iwai1-3/+1
2019-08-22Merge branch 'topic/usb-validation' into for-nextTakashi Iwai1-9/+9
2019-08-21ALSA: line6: Fix memory leak at line6_init_pcm() error pathTakashi Iwai1-9/+9
2019-07-24ALSA: line6: sizeof (byte) is always 1, use that fact.Pavel Machek1-2/+2
2019-07-22ALSA: line6: Fix a typoChristophe JAILLET1-1/+1
2019-07-18ALSA: line6: Fix wrong altsetting for LINE6_PODHD500_1Kai-Heng Feng1-1/+1
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai17-80/+17
2019-07-07Merge branch 'topic/hda-refresh-cleanup' into for-nextTakashi Iwai1-0/+5
2019-07-02ALSA: line6: Fix write on zero-sized bufferTakashi Iwai1-0/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner16-80/+16
2019-05-30Merge tag 'sound-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds3-12/+19
2019-05-28ALSA: line6: Use container_of()Takashi Iwai4-19/+25
2019-05-28ALSA: line6: Drop superfluous timer helper functionTakashi Iwai2-20/+0
2019-05-28ALSA: line6: variax: Rewrite complex timer & work combo with a delayed workTakashi Iwai1-93/+35
2019-05-28ALSA: line6: podhd: Rewrite complex timer & work combo with a delayed workTakashi Iwai1-66/+8
2019-05-28ALSA: line6: pod: Rewrite complex timer & work combo with a delayed workTakashi Iwai1-68/+26
2019-05-28ALSA: line6: Assure canceling delayed work at disconnectionTakashi Iwai3-12/+19
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-09Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-7/+9
2019-05-08ALSA: line6: toneport: Fix broken usage of timer for delayed executionTakashi Iwai1-7/+9
2019-05-07Merge tag 'leds-for-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2019-04-28ALSA: line6: use dynamic buffersGreg Kroah-Hartman3-40/+65
2019-04-18ALSA: line6: Avoid polluting led_* namespaceJacek Anaszewski1-4/+4
2019-01-18Merge branch 'topic/pcm-device-suspend' into for-nextTakashi Iwai1-3/+1
2019-01-15ALSA: usb: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-3/+1
2019-01-07ALSA: line6: fix check on snd_card_registerAditya Pakki1-1/+2
2018-06-18ALSA: line6: stop using get_seconds()Arnd Bergmann1-2/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-4/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+4
2018-04-12ALSA: line6: Use correct endpoint type for midi outputFabián Inostroza1-1/+1
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-17ALSA: usb-audio: Convert timers to use timer_setup()Kees Cook6-35/+32
2017-10-17Merge branch 'for-linus' into for-nextTakashi Iwai2-6/+9
2017-10-11Merge branch 'topic/usb-ep-check-v2' into for-nextTakashi Iwai2-14/+33
2017-10-11ALSA: line6: Add yet more sanity checks for invalid EPsTakashi Iwai2-14/+26
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-10-09ALSA: line6: Fix NULL dereference at podhd_disconnect()Takashi Iwai1-1/+2
2017-10-09ALSA: line6: Fix missing initialization before error pathTakashi Iwai1-2/+3
2017-10-02ALSA: line6: make snd_pcm_ops constBhumika Goyal4-4/+4
2017-09-19ALSA: line6: add support for POD HD DESKTOPHans P. Möller Ebner1-1/+15
2017-06-20ALSA: line6: remove unnecessary initialization to PODHD500XHans P. Möller Ebner2-4/+8
2017-06-20ALSA: line6: add support for POD HD500XHans P. Möller Ebner1-1/+16
2017-04-14ALSA: usb-line6: constify snd_kcontrol_new strucutre arrayTakashi Sakamoto1-1/+1
2017-04-12ALSA: line6: constify snd_kcontrol_new structuresBhumika Goyal2-3/+3
2017-02-07ALSA: line6: Always setup isochronous transfer propertiesAndrej Krutak1-22/+26
2017-02-07Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+2
2017-02-07Revert "ALSA: line6: Only determine control port properties if needed"Takashi Iwai1-1/+2
2017-01-12ALSA: usb: Constify snd_rawmidi_opsTakashi Iwai1-2/+2
2016-11-29ALSA: line6: Claim pod x3 usb data interfaceAndrej Krutak2-4/+31
2016-10-12ALSA: line6: fix a crash in line6_hwdep_write()Dan Carpenter1-2/+2
2016-10-10ALSA: line6: Fix POD X3 Live audio inputAndrej Krutak1-1/+2
2016-09-25ALSA: usb-line6: use the same declaration as definition in header for MIDI ma...Takashi Sakamoto1-1/+1
2016-09-21ALSA: line6: snd-usb-line6 depends on CONFIG_SND_HWDEPValdis Kletnieks1-0/+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 Krutak2-6/+169
2016-09-19ALSA: line6: Cleanup podhd initializationAndrej Krutak1-11/+8
2016-09-19ALSA: line6: Only determine control port properties if neededAndrej Krutak1-2/+1
2016-09-19ALSA: line6: Add support for POD X3 Live (only USB ID differs from POD X3)Andrej Krutak1-0/+13
2016-09-19ALSA: line6: Add support for POD X3Andrej Krutak2-15/+265
2016-09-19ALSA: line6: Allow processing of raw incoming messagesAndrej Krutak3-29/+41
2016-09-19ALSA: line6: Distinguish device init (ctrl EP) and MIDI data transfer (int EP)Andrej Krutak4-25/+68
2016-09-19ALSA: line6: Add LINE6_CAP_IN_NEEDS_OUT, a void playback stream during captureAndrej Krutak5-11/+37
2016-09-19ALSA: line6: Allow different channel numbers for in/outAndrej Krutak7-13/+22
2016-09-19ALSA: line6: Support assymetrical in/out configurationsAndrej Krutak4-22/+28
2016-09-19ALSA: line6: Add high-speed USB supportAndrej Krutak5-14/+35
2016-09-19ALSA: line6: Enable different number of URBs for frame transfersAndrej Krutak6-21/+41
2016-08-22ALSA: line6: Fix POD sysfs attributes segfaultAndrej Krutak1-6/+6
2016-08-22ALSA: line6: Give up on the lock while URBs are released.Andrej Krutak1-0/+2
2016-08-22ALSA: line6: Remove double line6_pcm_release() after failed acquire.Andrej Krutak1-1/+0
2015-07-14ALSA: line6: Fix -EBUSY error during active monitoringTakashi Iwai1-7/+2
2015-03-05ALSA: line6: Clamp values correctlyTakashi Iwai1-3/+3
2015-02-12ALSA: line6: Improve line6_read/write_data() interfacesChris Rorvick2-8/+14
2015-02-11ALSA: line6: toneport: Use explicit type for firmware versionChris Rorvick1-1/+1
2015-02-11ALSA: line6: Use explicit type for serial numberChris Rorvick4-5/+5
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 Rorvick6-7/+7
2015-02-08ALSA: line6: Pass toneport pointer to toneport_has_led()Chris Rorvick1-7/+12
2015-02-08ALSA: line6: Add toneport_has_source_select()Chris Rorvick1-16/+16
2015-02-06ALSA: line6: Get rid of unused variable in pod.cTakashi Iwai1-1/+0
2015-02-06ALSA: line6: Create sysfs via snd_card_add_dev_attr()Takashi Iwai1-25/+13
2015-02-03ALSA: line6: fixup of line6_start_timer argument typeNicholas Mc Guire2-2/+2
2015-02-03ALSA: line6: use msecs_to_jiffies for conversionNicholas Mc Guire1-1/+1
2015-02-01ALSA: line6: Remove unused line6_midibuf_skip_message()Chris Rorvick2-13/+0
2015-02-01ALSA: line6: Remove unused line6_midibuf_status()Chris Rorvick2-8/+0
2015-01-28ALSA: line6: Remove snd_line6_ prefix of pcm property fieldsTakashi Iwai6-20/+18
2015-01-28ALSA: line6: Remove invalid capability bits for PODxt Live VariaxTakashi Iwai1-3/+1
2015-01-28ALSA: line6: Remove struct usb_line6_podhdTakashi Iwai1-6/+1
2015-01-28ALSA: line6: Move the contents of usbdefs.h into driver.hTakashi Iwai9-34/+16
2015-01-28ALSA: line6: Remove revision.hTakashi Iwai2-5/+0
2015-01-28ALSA: line6: Tidy up and typo fixes in commentsTakashi Iwai8-174/+65
2015-01-28ALSA: line6: Fix volume calculation for big-endianTakashi Iwai1-9/+14
2015-01-28ALSA: line6: Handle error from line6_pcm_acquire()Takashi Iwai2-6/+20
2015-01-28ALSA: line6: Make common PCM pointer callbackTakashi Iwai4-20/+12
2015-01-28ALSA: line6: Reorganize PCM stream handlingTakashi Iwai7-418/+245
2015-01-28ALSA: line6: Clear prev_fbuf and prev_fsize properlyTakashi Iwai2-7/+7
2015-01-28ALSA: line6: Fix racy loopback handlingTakashi Iwai2-20/+24
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 Iwai6-45/+20
2015-01-28ALSA: line6: Drop interface argument from private_init and disconnect callbacksTakashi Iwai6-30/+31
2015-01-28ALSA: line6: Skip volume manipulation during silence copyingTakashi Iwai1-2/+3
2015-01-28ALSA: line6: Do clipping in volume / monitor manipulationsTakashi Iwai1-3/+7
2015-01-28ALSA: line6: Consolidate PCM stream buffer allocation and freeTakashi Iwai5-38/+29
2015-01-28ALSA: line6: Use dev_err()Takashi Iwai1-1/+2
2015-01-28ALSA: line6: Consolidate URB unlink and sync helpersTakashi Iwai5-133/+69
2015-01-28ALSA: line6: Rearrange PCM structureTakashi Iwai4-208/+142
2015-01-28ALSA: line6: Drop voodoo workaroundsTakashi Iwai2-24/+0
2015-01-28ALSA: line6: Use incremental loopTakashi Iwai3-11/+11
2015-01-28ALSA: line6: Drop superfluous spinlock for triggerTakashi Iwai2-22/+6
2015-01-28ALSA: line6: Fix the error recovery in line6_pcm_acquire()Takashi Iwai1-6/+6
2015-01-28ALSA: line6: Use logical ORTakashi Iwai1-2/+2
2015-01-28ALSA: line6: Fix missing error handling in line6_pcm_acquire()Takashi Iwai1-1/+2
2015-01-28ALSA: line6: Reduce superfluous spinlock in midi.cTakashi Iwai2-18/+7
2015-01-28ALSA: line6: Remove unused line6_nop_read()Takashi Iwai2-12/+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/toneport: Implement LED controls via LED classTakashi Iwai2-74/+91
2015-01-28ALSA: line6/toneport: Fix wrong argument for toneport_has_led()Takashi Iwai1-3/+1
2015-01-28ALSA: line6: Don't forget to call driver's destructor at error pathTakashi Iwai1-0/+2
2015-01-28ALSA: line6/toneport: Move setup_timer() at the beginningTakashi Iwai1-4/+5
2015-01-28ALSA: line6: Remove superfluous NULL checks in each driverTakashi Iwai4-38/+8
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 Rorvick16-16/+16
2015-01-20ALSA: line6: Refer to manufacturer as "Line 6"Chris Rorvick18-50/+50
2015-01-20ALSA: line6: Remove superfluous NULL checksChris Rorvick1-11/+1
2015-01-20ALSA: line6: Drop line6_send_program() and line6_transmit_parameter()Takashi Iwai2-62/+0
2015-01-20ALSA: line6: Make line6_send_raw_message() staticTakashi Iwai2-4/+2
2015-01-20ALSA: line6: Sync PCM stop at disconnectTakashi Iwai2-18/+3
2015-01-20ALSA: line6: Remove superfluous disconnect call in suspend handlerTakashi Iwai1-1/+0
2015-01-20ALSA: line6: Remove CHECK_RETURN macroTakashi Iwai3-14/+15
2015-01-20ALSA: line6: Drop MISSING_CASE macroTakashi Iwai2-7/+0
2015-01-20ALSA: line6: Remove driver version stringTakashi Iwai1-2/+0
2015-01-20ALSA: line6: Reorganize card resource handlingTakashi Iwai12-355/+85
2015-01-20ALSA: line6: Drop superfluous irqsave/irqrestore in PCM trigger callbackTakashi Iwai1-7/+4
2015-01-20ALSA: line6: Don't handle PCM trigger for other cardsTakashi Iwai1-0/+2
2015-01-20ALSA: line6: Remove superfluous out-of-memory error messagesTakashi Iwai5-18/+5
2015-01-20ALSA: line6: Drop usb_device sysfs symlinkTakashi Iwai1-9/+0
2015-01-20ALSA: line6: Drop invalid SNDRV_PCM_INFO_RESUME flagTakashi Iwai5-26/+0
2015-01-20ALSA: line6: Drop superfluous snd_device for rawmidiTakashi Iwai1-42/+23
2015-01-20ALSA: line6: Drop superfluous snd_device for PCMTakashi Iwai1-34/+19
2015-01-20ALSA: line6: Handle impulse response via control APITakashi Iwai5-124/+75
2015-01-20ALSA: line6: Split to each driverTakashi Iwai17-726/+747
2015-01-19ALSA: line6: Use setup_timer() and mod_timer()Takashi Iwai2-7/+4
2015-01-12ALSA: move line6 usb driver into sound/usbTakashi Iwai26-0/+5776