summaryrefslogtreecommitdiffstats
path: root/drivers/staging/line6
Commit message (Expand)AuthorAgeFilesLines
* staging: line6/config.h: Delete unused headerJohannes Thumshirn2012-05-181-43/+0
* staging: line6/config.h: Remove CHECKPOINT macroJohannes Thumshirn2012-05-141-5/+0
* staging: line6/pcm.c: Removed trailing whitespaceJohannes Thumshirn2012-05-091-1/+1
* staging: line6/midi.c: Added space between switch and open parenthesisJohannes Thumshirn2012-05-091-1/+1
* staging: line6/midibuf.c changed printk(KERN_DEBUG, ... to pr_debug(Johannes Thumshirn2012-05-091-1/+1
* staging: line6: toneport.c: remove err() usageGreg Kroah-Hartman2012-04-231-1/+1
* Staging: line6: use module_usb_driver()Greg Kroah-Hartman2012-04-231-20/+1
* Staging: line6: remove teardown code from module_exit pathGreg Kroah-Hartman2012-04-231-19/+0
* Staging: line6: only allocate a buffer if it is neededGreg Kroah-Hartman2012-04-231-30/+17
* Staging: line6: remove unneeded initializationGreg Kroah-Hartman2012-04-231-4/+1
* staging: line6: separate handling of buffer allocation and stream startupMarkus Grabner2012-02-099-193/+254
* staging: line6: use source select control for UX2 devicesMarkus Grabner2012-02-091-0/+4
* staging: line6: removed obsolete codeMarkus Grabner2012-02-091-9/+0
* staging: line6: fixed ALSA/PCM interactionMarkus Grabner2011-12-096-45/+118
* staging: line6: wait for urbs in snd_line6_prepare()Stefan Hajnoczi2011-12-091-0/+14
* staging: line6: eliminate useless NULL checksStefan Hajnoczi2011-12-094-20/+4
* staging: line6: eliminate useless index_out variableStefan Hajnoczi2011-12-092-9/+1
* staging: line6: fix playback urb transfer buffer calculationStefan Hajnoczi2011-12-091-1/+1
* staging: line6: fix memory leak in .hw_params()Stefan Hajnoczi2011-12-092-4/+10
* staging/line6: refactor device information and add POD HD 500Markus Grabner2011-12-085-61/+109
* staging/line6: Remove obsolete codeMarkus Grabner2011-12-084-32/+0
* Staging: line6/midi.c: Fixed call of obsolete function strict_strtoulAndor Daam2011-12-082-3/+3
* Staging: line6/midi.c: Fixed call of obsolete function strict_strtoulAndor Daam2011-12-082-3/+3
* Staging: line6: NULL dereference in dev_err()Dan Carpenter2011-12-011-3/+3
* Staging: line6: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-261-2/+1
* staging: line6: alloc/free buffers in hw_params/hw_freeStefan Hajnoczi2011-11-263-24/+30
* staging: line6: use smallest iso ep packet sizeStefan Hajnoczi2011-11-261-3/+8
* staging: line6: add missing MIDI postprocessing case for POD HD300Stefan Hajnoczi2011-11-261-0/+1
* staging: line6: add Pod HD300 supportStefan Hajnoczi2011-11-266-2/+216
* line6: fix memory leaks in line6_init_midi()Jesper Juhl2011-11-261-2/+7
* staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.Paul Gortmaker2011-10-311-0/+1
* drivers/staging/line6/driver.c: Drop unneeded put functions.Julia Lawall2011-05-171-2/+0
* staging: line6: Remove NULL check before kfreeIlia Mirkin2011-03-141-2/+1
* staging/line6: Fix sparse warning 'Using plain integer as NULL pointer'Peter Huewe2010-12-083-4/+4
* Staging: line6: fix up my fixup for some sysfs attribute permissionsGreg Kroah-Hartman2010-11-186-130/+130
* Staging: line6: fix up some sysfs attribute permissionsGreg Kroah-Hartman2010-11-166-130/+130
* Staging: line6: Makefile: replace the use of <module>-objs with <module>-yTracey Dent2010-10-081-1/+1
* Staging: line6: minor coding style cleanupsGreg Kroah-Hartman2010-09-2114-82/+77
* staging: line6: remove unneeded EXPORT_SYMBOL() usageGreg Kroah-Hartman2010-09-211-8/+0
* Staging: line6: workaround for null pointer bugMarkus Grabner2010-09-202-1/+4
* Staging: line6: another upstream syncMarkus Grabner2010-08-3126-596/+865
* staging: line6: sync with upstreamMarkus Grabner2010-08-3127-1175/+2135
* Staging: line6: needs to select SND_PCMRandy Dunlap2010-07-281-0/+1
* Staging: line6: fix leaks in line6_probe()Kulikov Vasiliy2010-07-221-27/+41
* Staging: Use kmemdupJulia Lawall2010-05-173-9/+5
* Staging: line6: driver: fix up sparse warningsGreg Kroah-Hartman2010-05-111-5/+5
* Staging: line6: rewrote inline comments in control.hJohan Meiring2010-05-111-43/+123
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-308-0/+15
* Staging: line6: variax.c: fixed a space a "x ? a : b" coding style issueSylvain Trias2010-03-031-1/+1
* staging: make USB device id constantNémeth Márton2010-03-031-1/+1