aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/line6/capture.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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: Add LINE6_CAP_IN_NEEDS_OUT, a void playback stream during captureAndrej Krutak1-0/+5
2016-09-19ALSA: line6: Allow different channel numbers for in/outAndrej Krutak1-2/+6
2016-09-19ALSA: line6: Support assymetrical in/out configurationsAndrej Krutak1-5/+5
2016-09-19ALSA: line6: Add high-speed USB supportAndrej Krutak1-1/+9
2016-09-19ALSA: line6: Enable different number of URBs for frame transfersAndrej Krutak1-6/+11
2015-01-28ALSA: line6: Remove snd_line6_ prefix of pcm property fieldsTakashi Iwai1-3/+2
2015-01-28ALSA: line6: Make common PCM pointer callbackTakashi Iwai1-10/+1
2015-01-28ALSA: line6: Reorganize PCM stream handlingTakashi Iwai1-78/+10
2015-01-28ALSA: line6: Fix racy loopback handlingTakashi Iwai1-9/+11
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-32/+32
2015-01-28ALSA: line6: Drop voodoo workaroundsTakashi Iwai1-12/+0
2015-01-28ALSA: line6: Use incremental loopTakashi Iwai1-2/+2
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-4/+0
2015-01-20ALSA: line6: Split to each driverTakashi Iwai1-1/+0
2015-01-12ALSA: move line6 usb driver into sound/usbTakashi Iwai1-0/+433