aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/line6/pcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-23sound: usb: remove third argument of usb_maxpacket()Vincent Mailhol1-2/+2
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-21ALSA: line6: Fix memory leak at line6_init_pcm() error pathTakashi Iwai1-9/+9
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-5/+1
2019-07-02ALSA: line6: Fix write on zero-sized bufferTakashi Iwai1-0/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner1-5/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+4
2017-04-14ALSA: usb-line6: constify snd_kcontrol_new strucutre arrayTakashi Sakamoto1-1/+1
2016-09-19ALSA: line6: Add LINE6_CAP_IN_NEEDS_OUT, a void playback stream during captureAndrej Krutak1-7/+24
2016-09-19ALSA: line6: Support assymetrical in/out configurationsAndrej Krutak1-14/+19
2016-09-19ALSA: line6: Enable different number of URBs for frame transfersAndrej Krutak1-7/+14
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-01-28ALSA: line6: Handle error from line6_pcm_acquire()Takashi Iwai1-3/+10
2015-01-28ALSA: line6: Make common PCM pointer callbackTakashi Iwai1-0/+9
2015-01-28ALSA: line6: Reorganize PCM stream handlingTakashi Iwai1-146/+187
2015-01-28ALSA: line6: Clear prev_fbuf and prev_fsize properlyTakashi Iwai1-4/+4
2015-01-28ALSA: line6: Consolidate PCM stream buffer allocation and freeTakashi Iwai1-24/+29
2015-01-28ALSA: line6: Use dev_err()Takashi Iwai1-1/+2
2015-01-28ALSA: line6: Consolidate URB unlink and sync helpersTakashi Iwai1-21/+69
2015-01-28ALSA: line6: Rearrange PCM structureTakashi Iwai1-25/+25
2015-01-28ALSA: line6: Use incremental loopTakashi Iwai1-3/+3
2015-01-28ALSA: line6: Drop superfluous spinlock for triggerTakashi Iwai1-17/+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-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: Sync PCM stop at disconnectTakashi Iwai1-18/+1
2015-01-20ALSA: line6: Drop MISSING_CASE macroTakashi Iwai1-3/+0
2015-01-20ALSA: line6: Reorganize card resource handlingTakashi Iwai1-1/+0
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: Drop superfluous snd_device for PCMTakashi Iwai1-34/+19
2015-01-20ALSA: line6: Handle impulse response via control APITakashi Iwai1-82/+75
2015-01-20ALSA: line6: Split to each driverTakashi Iwai1-1/+5
2015-01-12ALSA: move line6 usb driver into sound/usbTakashi Iwai1-0/+527