aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/line6/playback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-11ALSA: usb: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner1-5/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2017-10-02ALSA: line6: make snd_pcm_ops constBhumika Goyal1-1/+1
2016-09-19ALSA: line6: Allow different channel numbers for in/outAndrej Krutak1-3/+11
2016-09-19ALSA: line6: Support assymetrical in/out configurationsAndrej Krutak1-1/+1
2016-09-19ALSA: line6: Add high-speed USB supportAndrej Krutak1-1/+1
2016-09-19ALSA: line6: Enable different number of URBs for frame transfersAndrej Krutak1-7/+12
2015-03-05ALSA: line6: Clamp values correctlyTakashi Iwai1-3/+3
2015-01-28ALSA: line6: Remove snd_line6_ prefix of pcm property fieldsTakashi Iwai1-6/+5
2015-01-28ALSA: line6: Fix volume calculation for big-endianTakashi Iwai1-9/+14
2015-01-28ALSA: line6: Make common PCM pointer callbackTakashi Iwai1-10/+1
2015-01-28ALSA: line6: Reorganize PCM stream handlingTakashi Iwai1-92/+12
2015-01-28ALSA: line6: Clear prev_fbuf and prev_fsize properlyTakashi Iwai1-3/+3
2015-01-28ALSA: line6: Fix racy loopback handlingTakashi Iwai1-11/+13
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 Iwai1-6/+0
2015-01-28ALSA: line6: Consolidate URB unlink and sync helpersTakashi Iwai1-52/+0
2015-01-28ALSA: line6: Rearrange PCM structureTakashi Iwai1-39/+39
2015-01-28ALSA: line6: Drop voodoo workaroundsTakashi Iwai1-12/+0
2015-01-28ALSA: line6: Use incremental loopTakashi Iwai1-6/+6
2015-01-20ALSA: line6: Remove driver version from header commentChris Rorvick1-1/+1
2015-01-20ALSA: line6: Refer to manufacturer as "Line 6"Chris Rorvick1-1/+1
2015-01-20ALSA: line6: Reorganize card resource handlingTakashi Iwai1-1/+0
2015-01-20ALSA: line6: Remove superfluous out-of-memory error messagesTakashi Iwai1-3/+1
2015-01-20ALSA: line6: Drop invalid SNDRV_PCM_INFO_RESUME flagTakashi Iwai1-4/+0
2015-01-20ALSA: line6: Handle impulse response via control APITakashi Iwai1-8/+0
2015-01-20ALSA: line6: Split to each driverTakashi Iwai1-1/+0
2015-01-12ALSA: move line6 usb driver into sound/usbTakashi Iwai1-0/+593