| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-21 | ALSA: usb-audio/line6: Add support for POD HD PRO | Phil Willoughby | 1 | -0/+14 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 2 | -4/+2 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 3 | -3/+3 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 6 | -8/+8 |
| 2025-11-02 | ALSA: line6: add support for POD HD Pro X | Baltazár Radics | 1 | -1/+15 |
| 2025-09-10 | ALSA: line6: Use guard() for spin locks | Takashi Iwai | 4 | -43/+29 |
| 2025-09-01 | ALSA: line6: Use guard() for mutex locks | Takashi Iwai | 2 | -35/+31 |
| 2025-07-11 | ALSA: line6: Use safer strscpy() instead of strcpy() | Takashi Iwai | 4 | -8/+8 |
| 2025-01-12 | ALSA: line6: convert timeouts to secs_to_jiffies() | Easwar Hariharan | 1 | -1/+1 |
| 2024-10-10 | ALSA: line6: update contact information | Markus Grabner | 15 | -16/+16 |
| 2024-10-04 | ALSA: line6: add hw monitor volume control to POD HD500X | Hans P. Moller | 1 | -1/+1 |
| 2024-08-05 | ALSA: line6: Fix racy access to midibuf | Takashi Iwai | 1 | -0/+5 |
| 2024-04-02 | ALSA: line6: Zero-initialize message buffers | Takashi Iwai | 1 | -3/+3 |
| 2022-12-26 | ALSA: line6: fix stack overflow in line6_midi_transmit | Artem Egorkine | 1 | -1/+2 |
| 2022-12-26 | ALSA: line6: correct midi status byte when receiving data from podxt | Artem Egorkine | 5 | -12/+27 |
| 2022-09-09 | ALSA: line6: remove line6_set_raw declaration | Gaosheng Cui | 1 | -2/+0 |
| 2022-08-02 | ALSA: line6: Replace sprintf() with sysfs_emit() | Takashi Iwai | 2 | -6/+6 |
| 2022-04-23 | sound: usb: remove third argument of usb_maxpacket() | Vincent Mailhol | 1 | -2/+2 |
| 2021-10-26 | ALSA: line6: fix control and interrupt message timeouts | Johan Hovold | 4 | -12/+12 |
| 2021-05-19 | ALSA: line6: Fix racy initialization of LINE6 MIDI | Takashi Iwai | 3 | -11/+4 |
| 2020-09-25 | sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv() | Greg Kroah-Hartman | 3 | -60/+44 |
| 2020-09-25 | Revert "sound: line6: move to use usb_control_msg_send() and usb_control_msg_... | Oliver Neukum | 3 | -37/+57 |
| 2020-09-16 | sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv() | Greg Kroah-Hartman | 3 | -57/+37 |
| 2020-08-03 | Merge branch 'for-next' into for-linus | Takashi Iwai | 3 | -4/+132 |
| 2020-07-17 | ALSA: line6: Use kmemdup in podhd_set_monitor_level() | YueHaibing | 1 | -3/+1 |
| 2020-07-13 | ALSA: line6: add hw monitor volume control for POD HD500 | Vasily Khoruzhick | 3 | -2/+132 |
| 2020-07-10 | ALSA: line6: Sync the pending work cancel at disconnection | Takashi Iwai | 1 | -1/+1 |
| 2020-07-10 | ALSA: line6: Perform sanity check for each URB creation | Takashi Iwai | 2 | -0/+4 |
| 2020-07-08 | ALSA: usb/line6: remove 'defined but not used' warning | Pierre-Louis Bossart | 1 | -2/+2 |
| 2020-05-28 | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -17/+5 |
| 2020-05-02 | ALSA: line6: Add poll callback for hwdep | Vasily Khoruzhick | 1 | -0/+16 |
| 2020-05-02 | ALSA: line6: hwdep: add support for O_NONBLOCK opening mode | Vasily Khoruzhick | 2 | -0/+5 |
| 2020-04-26 | ALSA: line6: Fix POD HD500 audio playback | Vasily Khoruzhick | 1 | -17/+5 |
| 2020-03-09 | ALSA: line6: Fix endless MIDI read loop | Takashi Iwai | 2 | -2/+2 |
| 2020-01-03 | ALSA: line6: Constify snd_ratden definitions | Takashi Iwai | 3 | -3/+3 |
| 2019-12-11 | ALSA: usb: Drop superfluous ioctl PCM ops | Takashi Iwai | 2 | -2/+0 |
| 2019-12-11 | ALSA: line6: Use managed buffer allocation | Takashi Iwai | 1 | -10/+3 |
| 2019-11-06 | ALSA: usb: Remove superfluous snd_dma_continuous_data() | Takashi Iwai | 1 | -3/+1 |
| 2019-08-22 | Merge branch 'topic/usb-validation' into for-next | Takashi Iwai | 1 | -9/+9 |
| 2019-08-21 | ALSA: line6: Fix memory leak at line6_init_pcm() error path | Takashi Iwai | 1 | -9/+9 |
| 2019-07-24 | ALSA: line6: sizeof (byte) is always 1, use that fact. | Pavel Machek | 1 | -2/+2 |
| 2019-07-22 | ALSA: line6: Fix a typo | Christophe JAILLET | 1 | -1/+1 |
| 2019-07-18 | ALSA: line6: Fix wrong altsetting for LINE6_PODHD500_1 | Kai-Heng Feng | 1 | -1/+1 |
| 2019-07-08 | Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai | 17 | -80/+17 |
| 2019-07-07 | Merge branch 'topic/hda-refresh-cleanup' into for-next | Takashi Iwai | 1 | -0/+5 |
| 2019-07-02 | ALSA: line6: Fix write on zero-sized buffer | Takashi Iwai | 1 | -0/+5 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372 | Thomas Gleixner | 16 | -80/+16 |
| 2019-05-30 | Merge tag 'sound-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 3 | -12/+19 |
| 2019-05-28 | ALSA: line6: Use container_of() | Takashi Iwai | 4 | -19/+25 |
| 2019-05-28 | ALSA: line6: Drop superfluous timer helper function | Takashi Iwai | 2 | -20/+0 |
| 2019-05-28 | ALSA: line6: variax: Rewrite complex timer & work combo with a delayed work | Takashi Iwai | 1 | -93/+35 |
| 2019-05-28 | ALSA: line6: podhd: Rewrite complex timer & work combo with a delayed work | Takashi Iwai | 1 | -66/+8 |
| 2019-05-28 | ALSA: line6: pod: Rewrite complex timer & work combo with a delayed work | Takashi Iwai | 1 | -68/+26 |
| 2019-05-28 | ALSA: line6: Assure canceling delayed work at disconnection | Takashi Iwai | 3 | -12/+19 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-09 | Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 1 | -7/+9 |
| 2019-05-08 | ALSA: line6: toneport: Fix broken usage of timer for delayed execution | Takashi Iwai | 1 | -7/+9 |
| 2019-05-07 | Merge tag 'leds-for-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+4 |
| 2019-04-28 | ALSA: line6: use dynamic buffers | Greg Kroah-Hartman | 3 | -40/+65 |
| 2019-04-18 | ALSA: line6: Avoid polluting led_* namespace | Jacek Anaszewski | 1 | -4/+4 |
| 2019-01-18 | Merge branch 'topic/pcm-device-suspend' into for-next | Takashi Iwai | 1 | -3/+1 |
| 2019-01-15 | ALSA: usb: Remove superfluous snd_pcm_suspend*() calls | Takashi Iwai | 1 | -3/+1 |
| 2019-01-07 | ALSA: line6: fix check on snd_card_register | Aditya Pakki | 1 | -1/+2 |
| 2018-06-18 | ALSA: line6: stop using get_seconds() | Arnd Bergmann | 1 | -2/+3 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 2 | -4/+4 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -2/+4 |
| 2018-04-12 | ALSA: line6: Use correct endpoint type for midi output | Fabián Inostroza | 1 | -1/+1 |
| 2017-11-21 | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts | Kees Cook | 1 | -1/+1 |
| 2017-11-13 | Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Takashi Iwai | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-17 | ALSA: usb-audio: Convert timers to use timer_setup() | Kees Cook | 6 | -35/+32 |
| 2017-10-17 | Merge branch 'for-linus' into for-next | Takashi Iwai | 2 | -6/+9 |
| 2017-10-11 | Merge branch 'topic/usb-ep-check-v2' into for-next | Takashi Iwai | 2 | -14/+33 |
| 2017-10-11 | ALSA: line6: Add yet more sanity checks for invalid EPs | Takashi Iwai | 2 | -14/+26 |
| 2017-10-11 | ALSA: line6: Add a sanity check for invalid EPs | Takashi Iwai | 1 | -0/+7 |
| 2017-10-09 | ALSA: line6: Fix leftover URB at error-path during probe | Takashi Iwai | 1 | -3/+4 |
| 2017-10-09 | ALSA: line6: Fix NULL dereference at podhd_disconnect() | Takashi Iwai | 1 | -1/+2 |
| 2017-10-09 | ALSA: line6: Fix missing initialization before error path | Takashi Iwai | 1 | -2/+3 |
| 2017-10-02 | ALSA: line6: make snd_pcm_ops const | Bhumika Goyal | 4 | -4/+4 |
| 2017-09-19 | ALSA: line6: add support for POD HD DESKTOP | Hans P. Möller Ebner | 1 | -1/+15 |
| 2017-06-20 | ALSA: line6: remove unnecessary initialization to PODHD500X | Hans P. Möller Ebner | 2 | -4/+8 |
| 2017-06-20 | ALSA: line6: add support for POD HD500X | Hans P. Möller Ebner | 1 | -1/+16 |
| 2017-04-14 | ALSA: usb-line6: constify snd_kcontrol_new strucutre array | Takashi Sakamoto | 1 | -1/+1 |
| 2017-04-12 | ALSA: line6: constify snd_kcontrol_new structures | Bhumika Goyal | 2 | -3/+3 |
| 2017-02-07 | ALSA: line6: Always setup isochronous transfer properties | Andrej Krutak | 1 | -22/+26 |
| 2017-02-07 | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -1/+2 |
| 2017-02-07 | Revert "ALSA: line6: Only determine control port properties if needed" | Takashi Iwai | 1 | -1/+2 |
| 2017-01-12 | ALSA: usb: Constify snd_rawmidi_ops | Takashi Iwai | 1 | -2/+2 |
| 2016-11-29 | ALSA: line6: Claim pod x3 usb data interface | Andrej Krutak | 2 | -4/+31 |
| 2016-10-12 | ALSA: line6: fix a crash in line6_hwdep_write() | Dan Carpenter | 1 | -2/+2 |
| 2016-10-10 | ALSA: line6: Fix POD X3 Live audio input | Andrej Krutak | 1 | -1/+2 |
| 2016-09-25 | ALSA: usb-line6: use the same declaration as definition in header for MIDI ma... | Takashi Sakamoto | 1 | -1/+1 |
| 2016-09-21 | ALSA: line6: snd-usb-line6 depends on CONFIG_SND_HWDEP | Valdis Kletnieks | 1 | -0/+1 |
| 2016-09-20 | ALSA: line6: fix ifnullfree.cocci warnings | kbuild test robot | 1 | -2/+1 |
| 2016-09-19 | ALSA: line6: Add hwdep interface to access the POD control messages | Andrej Krutak | 2 | -6/+169 |
| 2016-09-19 | ALSA: line6: Cleanup podhd initialization | Andrej Krutak | 1 | -11/+8 |
| 2016-09-19 | ALSA: line6: Only determine control port properties if needed | Andrej Krutak | 1 | -2/+1 |
| 2016-09-19 | ALSA: line6: Add support for POD X3 Live (only USB ID differs from POD X3) | Andrej Krutak | 1 | -0/+13 |
| 2016-09-19 | ALSA: line6: Add support for POD X3 | Andrej Krutak | 2 | -15/+265 |
| 2016-09-19 | ALSA: line6: Allow processing of raw incoming messages | Andrej Krutak | 3 | -29/+41 |
| 2016-09-19 | ALSA: line6: Distinguish device init (ctrl EP) and MIDI data transfer (int EP) | Andrej Krutak | 4 | -25/+68 |
| 2016-09-19 | ALSA: line6: Add LINE6_CAP_IN_NEEDS_OUT, a void playback stream during capture | Andrej Krutak | 5 | -11/+37 |
| 2016-09-19 | ALSA: line6: Allow different channel numbers for in/out | Andrej Krutak | 7 | -13/+22 |
| 2016-09-19 | ALSA: line6: Support assymetrical in/out configurations | Andrej Krutak | 4 | -22/+28 |
| 2016-09-19 | ALSA: line6: Add high-speed USB support | Andrej Krutak | 5 | -14/+35 |
| 2016-09-19 | ALSA: line6: Enable different number of URBs for frame transfers | Andrej Krutak | 6 | -21/+41 |
| 2016-08-22 | ALSA: line6: Fix POD sysfs attributes segfault | Andrej Krutak | 1 | -6/+6 |
| 2016-08-22 | ALSA: line6: Give up on the lock while URBs are released. | Andrej Krutak | 1 | -0/+2 |
| 2016-08-22 | ALSA: line6: Remove double line6_pcm_release() after failed acquire. | Andrej Krutak | 1 | -1/+0 |
| 2015-07-14 | ALSA: line6: Fix -EBUSY error during active monitoring | Takashi Iwai | 1 | -7/+2 |
| 2015-03-05 | ALSA: line6: Clamp values correctly | Takashi Iwai | 1 | -3/+3 |
| 2015-02-12 | ALSA: line6: Improve line6_read/write_data() interfaces | Chris Rorvick | 2 | -8/+14 |
| 2015-02-11 | ALSA: line6: toneport: Use explicit type for firmware version | Chris Rorvick | 1 | -1/+1 |
| 2015-02-11 | ALSA: line6: Use explicit type for serial number | Chris Rorvick | 4 | -5/+5 |
| 2015-02-11 | ALSA: line6: Return EIO if read/write not successful | Chris Rorvick | 1 | -2/+2 |
| 2015-02-11 | ALSA: line6: Return error if device not responding | Chris Rorvick | 1 | -6/+23 |
| 2015-02-11 | ALSA: line6: Add delay before reading status | Chris Rorvick | 1 | -0/+6 |
| 2015-02-08 | ALSA: line6: Pass driver name to line6_probe() | Chris Rorvick | 6 | -7/+7 |
| 2015-02-08 | ALSA: line6: Pass toneport pointer to toneport_has_led() | Chris Rorvick | 1 | -7/+12 |
| 2015-02-08 | ALSA: line6: Add toneport_has_source_select() | Chris Rorvick | 1 | -16/+16 |
| 2015-02-06 | ALSA: line6: Get rid of unused variable in pod.c | Takashi Iwai | 1 | -1/+0 |
| 2015-02-06 | ALSA: line6: Create sysfs via snd_card_add_dev_attr() | Takashi Iwai | 1 | -25/+13 |
| 2015-02-03 | ALSA: line6: fixup of line6_start_timer argument type | Nicholas Mc Guire | 2 | -2/+2 |
| 2015-02-03 | ALSA: line6: use msecs_to_jiffies for conversion | Nicholas Mc Guire | 1 | -1/+1 |
| 2015-02-01 | ALSA: line6: Remove unused line6_midibuf_skip_message() | Chris Rorvick | 2 | -13/+0 |
| 2015-02-01 | ALSA: line6: Remove unused line6_midibuf_status() | Chris Rorvick | 2 | -8/+0 |
| 2015-01-28 | ALSA: line6: Remove snd_line6_ prefix of pcm property fields | Takashi Iwai | 6 | -20/+18 |
| 2015-01-28 | ALSA: line6: Remove invalid capability bits for PODxt Live Variax | Takashi Iwai | 1 | -3/+1 |
| 2015-01-28 | ALSA: line6: Remove struct usb_line6_podhd | Takashi Iwai | 1 | -6/+1 |
| 2015-01-28 | ALSA: line6: Move the contents of usbdefs.h into driver.h | Takashi Iwai | 9 | -34/+16 |
| 2015-01-28 | ALSA: line6: Remove revision.h | Takashi Iwai | 2 | -5/+0 |
| 2015-01-28 | ALSA: line6: Tidy up and typo fixes in comments | Takashi Iwai | 8 | -174/+65 |
| 2015-01-28 | ALSA: line6: Fix volume calculation for big-endian | Takashi Iwai | 1 | -9/+14 |
| 2015-01-28 | ALSA: line6: Handle error from line6_pcm_acquire() | Takashi Iwai | 2 | -6/+20 |
| 2015-01-28 | ALSA: line6: Make common PCM pointer callback | Takashi Iwai | 4 | -20/+12 |
| 2015-01-28 | ALSA: line6: Reorganize PCM stream handling | Takashi Iwai | 7 | -418/+245 |
| 2015-01-28 | ALSA: line6: Clear prev_fbuf and prev_fsize properly | Takashi Iwai | 2 | -7/+7 |
| 2015-01-28 | ALSA: line6: Fix racy loopback handling | Takashi Iwai | 2 | -20/+24 |
| 2015-01-28 | ALSA: line6: Minor tidy up in line6_probe() | Takashi Iwai | 1 | -11/+9 |
| 2015-01-28 | ALSA: line6: Let snd_card_new() allocate private data | Takashi Iwai | 6 | -45/+20 |
| 2015-01-28 | ALSA: line6: Drop interface argument from private_init and disconnect callbacks | Takashi Iwai | 6 | -30/+31 |
| 2015-01-28 | ALSA: line6: Skip volume manipulation during silence copying | Takashi Iwai | 1 | -2/+3 |
| 2015-01-28 | ALSA: line6: Do clipping in volume / monitor manipulations | Takashi Iwai | 1 | -3/+7 |
| 2015-01-28 | ALSA: line6: Consolidate PCM stream buffer allocation and free | Takashi Iwai | 5 | -38/+29 |
| 2015-01-28 | ALSA: line6: Use dev_err() | Takashi Iwai | 1 | -1/+2 |
| 2015-01-28 | ALSA: line6: Consolidate URB unlink and sync helpers | Takashi Iwai | 5 | -133/+69 |
| 2015-01-28 | ALSA: line6: Rearrange PCM structure | Takashi Iwai | 4 | -208/+142 |
| 2015-01-28 | ALSA: line6: Drop voodoo workarounds | Takashi Iwai | 2 | -24/+0 |
| 2015-01-28 | ALSA: line6: Use incremental loop | Takashi Iwai | 3 | -11/+11 |
| 2015-01-28 | ALSA: line6: Drop superfluous spinlock for trigger | Takashi Iwai | 2 | -22/+6 |
| 2015-01-28 | ALSA: line6: Fix the error recovery in line6_pcm_acquire() | Takashi Iwai | 1 | -6/+6 |
| 2015-01-28 | ALSA: line6: Use logical OR | Takashi Iwai | 1 | -2/+2 |
| 2015-01-28 | ALSA: line6: Fix missing error handling in line6_pcm_acquire() | Takashi Iwai | 1 | -1/+2 |
| 2015-01-28 | ALSA: line6: Reduce superfluous spinlock in midi.c | Takashi Iwai | 2 | -18/+7 |
| 2015-01-28 | ALSA: line6: Remove unused line6_nop_read() | Takashi Iwai | 2 | -12/+0 |
| 2015-01-28 | ALSA: line6: Fix memory leak at probe error path | Takashi Iwai | 1 | -29/+30 |
| 2015-01-28 | ALSA: line6: Minor refactoring | Takashi Iwai | 1 | -45/+49 |
| 2015-01-28 | ALSA: line6/toneport: Implement LED controls via LED class | Takashi Iwai | 2 | -74/+91 |
| 2015-01-28 | ALSA: line6/toneport: Fix wrong argument for toneport_has_led() | Takashi Iwai | 1 | -3/+1 |
| 2015-01-28 | ALSA: line6: Don't forget to call driver's destructor at error path | Takashi Iwai | 1 | -0/+2 |
| 2015-01-28 | ALSA: line6/toneport: Move setup_timer() at the beginning | Takashi Iwai | 1 | -4/+5 |
| 2015-01-28 | ALSA: line6: Remove superfluous NULL checks in each driver | Takashi Iwai | 4 | -38/+8 |
| 2015-01-28 | ALSA: line6: Abort if inconsistent usbdev is found at disconnect | Takashi Iwai | 1 | -3/+3 |
| 2015-01-28 | ALSA: line6: Yet more cleanup of superfluous NULL checks | Takashi Iwai | 1 | -11/+2 |
| 2015-01-20 | ALSA: line6: Remove driver version from header comment | Chris Rorvick | 16 | -16/+16 |
| 2015-01-20 | ALSA: line6: Refer to manufacturer as "Line 6" | Chris Rorvick | 18 | -50/+50 |
| 2015-01-20 | ALSA: line6: Remove superfluous NULL checks | Chris Rorvick | 1 | -11/+1 |
| 2015-01-20 | ALSA: line6: Drop line6_send_program() and line6_transmit_parameter() | Takashi Iwai | 2 | -62/+0 |
| 2015-01-20 | ALSA: line6: Make line6_send_raw_message() static | Takashi Iwai | 2 | -4/+2 |
| 2015-01-20 | ALSA: line6: Sync PCM stop at disconnect | Takashi Iwai | 2 | -18/+3 |
| 2015-01-20 | ALSA: line6: Remove superfluous disconnect call in suspend handler | Takashi Iwai | 1 | -1/+0 |
| 2015-01-20 | ALSA: line6: Remove CHECK_RETURN macro | Takashi Iwai | 3 | -14/+15 |
| 2015-01-20 | ALSA: line6: Drop MISSING_CASE macro | Takashi Iwai | 2 | -7/+0 |
| 2015-01-20 | ALSA: line6: Remove driver version string | Takashi Iwai | 1 | -2/+0 |
| 2015-01-20 | ALSA: line6: Reorganize card resource handling | Takashi Iwai | 12 | -355/+85 |
| 2015-01-20 | ALSA: line6: Drop superfluous irqsave/irqrestore in PCM trigger callback | Takashi Iwai | 1 | -7/+4 |
| 2015-01-20 | ALSA: line6: Don't handle PCM trigger for other cards | Takashi Iwai | 1 | -0/+2 |
| 2015-01-20 | ALSA: line6: Remove superfluous out-of-memory error messages | Takashi Iwai | 5 | -18/+5 |
| 2015-01-20 | ALSA: line6: Drop usb_device sysfs symlink | Takashi Iwai | 1 | -9/+0 |
| 2015-01-20 | ALSA: line6: Drop invalid SNDRV_PCM_INFO_RESUME flag | Takashi Iwai | 5 | -26/+0 |
| 2015-01-20 | ALSA: line6: Drop superfluous snd_device for rawmidi | Takashi Iwai | 1 | -42/+23 |
| 2015-01-20 | ALSA: line6: Drop superfluous snd_device for PCM | Takashi Iwai | 1 | -34/+19 |
| 2015-01-20 | ALSA: line6: Handle impulse response via control API | Takashi Iwai | 5 | -124/+75 |
| 2015-01-20 | ALSA: line6: Split to each driver | Takashi Iwai | 17 | -726/+747 |
| 2015-01-19 | ALSA: line6: Use setup_timer() and mod_timer() | Takashi Iwai | 2 | -7/+4 |
| 2015-01-12 | ALSA: move line6 usb driver into sound/usb | Takashi Iwai | 26 | -0/+5776 |