aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/line6/pcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-12ALSA: move line6 usb driver into sound/usbTakashi Iwai1-527/+0
2015-01-12staging: line6: Move audio endpoints to propertiesChris Rorvick1-46/+2
2015-01-12staging: line6: Remove stale Pocket POD PCM endpointsChris Rorvick1-5/+0
2015-01-12staging: line6: Split out POD HD500 interfacesChris Rorvick1-1/+2
2015-01-12staging: line6: Split out PODxt Live interfacesChris Rorvick1-1/+2
2015-01-12staging: line6: Rename capability macrosChris Rorvick1-1/+1
2015-01-12staging: line6: Key off of device typeChris Rorvick1-19/+19
2015-01-12staging: line6: Remove unsupported X3 devicesChris Rorvick1-2/+0
2014-04-16staging/line6: Fix kzalloc coding style issueL. Alberto Giménez1-1/+1
2014-02-14staging/line6: Convert to snd_card_new() with a device pointerTakashi Iwai1-2/+0
2013-12-21staging: line6: Add support for POD HD400 to line6usb driverChris Bajumpaa1-0/+1
2013-08-24staging: line6: use default sysfs attribute macrosGreg Kroah-Hartman1-15/+12
2013-07-15staging: line6: Fix unlocked snd_pcm_stop() callTakashi Iwai1-1/+4
2013-06-24staging: line6: avoid __sync_fetch_and_{and,or}Arnd Bergmann1-8/+15
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches1-6/+0
2013-01-07staging: line6: pcm.c fix checkpatch issuesLaurent Navet1-12/+18
2012-11-13staging: line6: shorten comment below 80 chars in pcm.cStefan Hajnoczi1-2/+2
2012-08-13staging: line6: pcm.c: Changed simple_strtoul to kstrtointJohannes Thumshirn1-1/+7
2012-05-09staging: line6/pcm.c: Removed trailing whitespaceJohannes Thumshirn1-1/+1
2012-02-09staging: line6: separate handling of buffer allocation and stream startupMarkus Grabner1-36/+73
2011-12-09staging: line6: fixed ALSA/PCM interactionMarkus Grabner1-20/+45
2011-12-09staging: line6: wait for urbs in snd_line6_prepare()Stefan Hajnoczi1-0/+14
2011-12-08staging/line6: refactor device information and add POD HD 500Markus Grabner1-0/+1
2011-12-08staging/line6: Remove obsolete codeMarkus Grabner1-17/+0
2011-11-26staging: line6: alloc/free buffers in hw_params/hw_freeStefan Hajnoczi1-24/+0
2011-11-26staging: line6: use smallest iso ep packet sizeStefan Hajnoczi1-3/+8
2011-11-26staging: line6: add Pod HD300 supportStefan Hajnoczi1-0/+1
2011-03-14staging: line6: Remove NULL check before kfreeIlia Mirkin1-2/+1
2010-11-18Staging: line6: fix up my fixup for some sysfs attribute permissionsGreg Kroah-Hartman1-2/+2
2010-11-16Staging: line6: fix up some sysfs attribute permissionsGreg Kroah-Hartman1-2/+2
2010-09-21Staging: line6: minor coding style cleanupsGreg Kroah-Hartman1-2/+1
2010-08-31Staging: line6: another upstream syncMarkus Grabner1-59/+73
2010-08-31staging: line6: sync with upstreamMarkus Grabner1-35/+241
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+2
2009-12-11staging: line6: Fix checkpatch warnings in pcm.cShawn Bohrer1-1/+2
2009-04-03Staging: line6: fix checkpatch errors in pcm.cGreg Kroah-Hartman1-40/+60
2009-04-03Staging: line6: remove KERNEL_VERSION checksGreg Kroah-Hartman1-8/+0
2009-04-03Staging: add line6 usb driverMarkus Grabner1-0/+289