summaryrefslogtreecommitdiffstats
path: root/sound/usb/line6/pcm.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: usb-line6: constify snd_kcontrol_new strucutre arrayTakashi Sakamoto2017-04-141-1/+1
* ALSA: line6: Add LINE6_CAP_IN_NEEDS_OUT, a void playback stream during captureAndrej Krutak2016-09-191-7/+24
* ALSA: line6: Support assymetrical in/out configurationsAndrej Krutak2016-09-191-14/+19
* ALSA: line6: Enable different number of URBs for frame transfersAndrej Krutak2016-09-191-7/+14
* ALSA: line6: Give up on the lock while URBs are released.Andrej Krutak2016-08-221-0/+2
* ALSA: line6: Remove double line6_pcm_release() after failed acquire.Andrej Krutak2016-08-221-1/+0
* ALSA: line6: Fix -EBUSY error during active monitoringTakashi Iwai2015-07-141-7/+2
* ALSA: line6: Handle error from line6_pcm_acquire()Takashi Iwai2015-01-281-3/+10
* ALSA: line6: Make common PCM pointer callbackTakashi Iwai2015-01-281-0/+9
* ALSA: line6: Reorganize PCM stream handlingTakashi Iwai2015-01-281-146/+187
* ALSA: line6: Clear prev_fbuf and prev_fsize properlyTakashi Iwai2015-01-281-4/+4
* ALSA: line6: Consolidate PCM stream buffer allocation and freeTakashi Iwai2015-01-281-24/+29
* ALSA: line6: Use dev_err()Takashi Iwai2015-01-281-1/+2
* ALSA: line6: Consolidate URB unlink and sync helpersTakashi Iwai2015-01-281-21/+69
* ALSA: line6: Rearrange PCM structureTakashi Iwai2015-01-281-25/+25
* ALSA: line6: Use incremental loopTakashi Iwai2015-01-281-3/+3
* ALSA: line6: Drop superfluous spinlock for triggerTakashi Iwai2015-01-281-17/+6
* ALSA: line6: Fix the error recovery in line6_pcm_acquire()Takashi Iwai2015-01-281-6/+6
* ALSA: line6: Use logical ORTakashi Iwai2015-01-281-2/+2
* ALSA: line6: Fix missing error handling in line6_pcm_acquire()Takashi Iwai2015-01-281-1/+2
* ALSA: line6: Remove driver version from header commentChris Rorvick2015-01-201-1/+1
* ALSA: line6: Refer to manufacturer as "Line 6"Chris Rorvick2015-01-201-1/+1
* ALSA: line6: Sync PCM stop at disconnectTakashi Iwai2015-01-201-18/+1
* ALSA: line6: Drop MISSING_CASE macroTakashi Iwai2015-01-201-3/+0
* ALSA: line6: Reorganize card resource handlingTakashi Iwai2015-01-201-1/+0
* ALSA: line6: Drop superfluous irqsave/irqrestore in PCM trigger callbackTakashi Iwai2015-01-201-7/+4
* ALSA: line6: Don't handle PCM trigger for other cardsTakashi Iwai2015-01-201-0/+2
* ALSA: line6: Drop superfluous snd_device for PCMTakashi Iwai2015-01-201-34/+19
* ALSA: line6: Handle impulse response via control APITakashi Iwai2015-01-201-82/+75
* ALSA: line6: Split to each driverTakashi Iwai2015-01-201-1/+5
* ALSA: move line6 usb driver into sound/usbTakashi Iwai2015-01-121-0/+527