aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/line6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-28Staging: line6: needs to select SND_PCMRandy Dunlap1-0/+1
2010-07-22Staging: line6: fix leaks in line6_probe()Kulikov Vasiliy1-27/+41
2010-05-17Staging: Use kmemdupJulia Lawall3-9/+5
2010-05-11Staging: line6: driver: fix up sparse warningsGreg Kroah-Hartman1-5/+5
2010-05-11Staging: line6: rewrote inline comments in control.hJohan Meiring1-43/+123
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo8-0/+15
2010-03-03Staging: line6: variax.c: fixed a space a "x ? a : b" coding style issueSylvain Trias1-1/+1
2010-03-03staging: make USB device id constantNémeth Márton1-1/+1
2009-12-11staging: line6: Convert simple_strtoul to strict_strtoul in midi.cShawn Bohrer1-2/+14
2009-12-11staging: line6: Convert simple_strtoul to strict_strtoul in pod.cShawn Bohrer1-9/+47
2009-12-11staging: line6: Convert simple_strtoul to strict_strtoul in variax.cShawn Bohrer1-5/+26
2009-12-11staging: line6: Convert simple_strtol to strict_strtol in toneport.cShawn Bohrer1-4/+16
2009-12-11staging: line6: Lindent and fix some checkpatch warnings in toneport.cShawn Bohrer1-50/+49
2009-12-11staging: line6: Fix checkpatch warnings in pcm.cShawn Bohrer1-1/+2
2009-12-11staging: line6: Convert simple_strtoul() to strict_strtoul in control.cShawn Bohrer1-1/+7
2009-12-11staging: line6: Fix some checkpatch warnings in control.cShawn Bohrer1-8/+6
2009-12-11staging: line6: Lindent control.cShawn Bohrer1-157/+314
2009-12-11staging: line6: Fix checkpatch errors in capture.cShawn Bohrer1-3/+4
2009-12-11staging: line6: Lindent and fix checkpatch warnings in capture.cShawn Bohrer1-32/+63
2009-12-11staging: line6: Fix checkpatch errors in playback.cShawn Bohrer1-2/+4
2009-12-11staging: line6: Lindent and fix checkpatch warnings in playback.cShawn Bohrer1-34/+61
2009-12-11Staging: line6: fix printk formatsRandy Dunlap1-2/+2
2009-12-11Staging: line6 driver.c: factorize code and cleanupsFrederik Deweerdt1-49/+54
2009-09-15Staging: line6: ffzb returns an unsigned integerFrederik Deweerdt1-2/+2
2009-09-15Staging: line6: pod.c: style cleanupsFrederik Deweerdt1-4/+4
2009-09-15Staging: ARRAY_SIZE changesStoyan Gaydarov1-1/+1
2009-04-17Staging: line6: convert to snd_card_create()Alexander Beregalov1-4/+5
2009-04-03Staging: line6: fix build error, select SND_RAWMIDIRandy Dunlap1-0/+1
2009-04-03Staging: line6: fix checkpatch errors in variax.cGreg Kroah-Hartman1-51/+79
2009-04-03Staging: line6: fix checkpatch errors in toneport.cGreg Kroah-Hartman1-31/+49
2009-04-03Staging: line6: fix checkpatch errors in pcm.cGreg Kroah-Hartman1-40/+60
2009-04-03Staging: line6: fix checkpatch errors in midibuf.cGreg Kroah-Hartman1-55/+51
2009-04-03Staging: line6: fix checkpatch errors in midi.cGreg Kroah-Hartman1-43/+59
2009-04-03Staging: line6: fix checkpatch errors in dumprequest.cGreg Kroah-Hartman1-16/+24
2009-04-03Staging: line6: fix checkpatch errors in driver.cGreg Kroah-Hartman1-142/+194
2009-04-03Staging: line6: fix checkpatch errors in audio.cGreg Kroah-Hartman1-3/+4
2009-04-03Staging: line6: fix checkpatch errors in pod.cGreg Kroah-Hartman1-91/+115
2009-04-03Staging: line6: fix checkpatch errors in playback.cGreg Kroah-Hartman1-56/+57
2009-04-03Staging: line6: fix checkpatch errors in control.cGreg Kroah-Hartman1-111/+247
2009-04-03Staging: line6: fix checkpatch errors in capture.cGreg Kroah-Hartman1-45/+49
2009-04-03Staging: line6: coding style cleanups for .h files.Greg Kroah-Hartman12-58/+108
2009-04-03Staging: line6: fix up NULL assignment mistakesGreg Kroah-Hartman6-17/+15
2009-04-03Staging: line6: static function cleanupsGreg Kroah-Hartman6-6/+9
2009-04-03Staging: line6: remove KERNEL_VERSION checksGreg Kroah-Hartman8-49/+0
2009-04-03Staging: line6: remove PT_REGSGreg Kroah-Hartman5-16/+6
2009-04-03Staging: line6: remove DEVICE_ATTRIBUTEGreg Kroah-Hartman8-60/+121
2009-04-03Staging: line6: depends on SNDRandy Dunlap1-1/+1
2009-04-03Staging: line6: fix bus_id usageGreg Kroah-Hartman1-1/+2
2009-04-03Staging: add line6 usb driverMarkus Grabner29-0/+6962