aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/line6/toneport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-12ALSA: move line6 usb driver into sound/usbTakashi Iwai1-465/+0
2015-01-12staging: line6: Make *_disconnect() functions staticChris Rorvick1-31/+33
2015-01-12staging: line6: Call *_disconnect() via pointerChris Rorvick1-0/+2
2015-01-12staging: line6: Pass *_init() `usb_line6' pointersChris Rorvick1-4/+4
2015-01-12staging: line6: Key off of device typeChris Rorvick1-21/+21
2015-01-12staging: line6: toneport.c: Fix for possible null pointer dereferenceRickard Strandqvist1-7/+8
2014-05-15staging/line6: blank line after declaration cleanupJerry Snitselaar1-0/+2
2014-04-16staging: line6: Add blank lines after declarationsFabian Mewes1-0/+1
2013-10-27Staging: line6: Fix Sparse Warning of incorrect typeRashika Kheria1-3/+7
2013-10-27Staging: line6: Fix Sparse Warning of restricted __le16 degrades to integerRashika Kheria1-2/+2
2013-09-17staging: line6: add bounds check in snd_toneport_source_put()Dan Carpenter1-3/+7
2013-01-11staging: line6: drop ToneportSourceInfo CamelCase nameStefan Hajnoczi1-4/+2
2012-11-13staging: line6: replace deprecated strict_strtol() in toneport.cStefan Hajnoczi1-6/+2
2012-04-20USB: toneport.c: remove err() usageGreg Kroah-Hartman1-1/+1
2012-02-09staging: line6: separate handling of buffer allocation and stream startupMarkus Grabner1-4/+4
2012-02-09staging: line6: use source select control for UX2 devicesMarkus Grabner1-0/+4
2011-12-09staging: line6: eliminate useless NULL checksStefan Hajnoczi1-5/+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-16/+9
2010-08-31Staging: line6: another upstream syncMarkus Grabner1-66/+77
2010-08-31staging: line6: sync with upstreamMarkus Grabner1-69/+268
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-04-03Staging: line6: fix checkpatch errors in toneport.cGreg Kroah-Hartman1-31/+49
2009-04-03Staging: line6: fix up NULL assignment mistakesGreg Kroah-Hartman1-1/+1
2009-04-03Staging: line6: remove DEVICE_ATTRIBUTEGreg Kroah-Hartman1-2/+6
2009-04-03Staging: add line6 usb driverMarkus Grabner1-0/+219