summaryrefslogtreecommitdiff
path: root/drivers/staging/line6
AgeCommit message (Expand)Author
2012-07-06staging: line6: Changed strict_strtoul() to kstrtou8() in pod_set_midi_postpr...Johannes Thumshirn
2012-07-06staging: line6: Changed strict_strtoul() to kstrtou8() in pod_set_channel()Johannes Thumshirn
2012-07-06staging: line6: Exchanged strict_strtoul with kstrtou8() in pod.c:pod_resolve()Johannes Thumshirn
2012-07-06staging: line6: control.c eliminate strict_strtoul() in pod_set_param_int()Johannes Thumshirn
2012-07-06staging: line6: changed interface of pod_send_channel()Johannes Thumshirn
2012-07-06staging: line6: adjusted interface of line6_send_program()Johannes Thumshirn
2012-07-06staging: line6: changed interface of line6_pod_transmit_parameter()Johannes Thumshirn
2012-07-06staging: line6: Changed some strict_strtouls to kstrtou8Johannes Thumshirn
2012-07-06staging: line6: changed interface of line6_transmit_parameter()Johannes Thumshirn
2012-05-18staging: line6/config.h: Delete unused headerJohannes Thumshirn
2012-05-14staging: line6/config.h: Remove CHECKPOINT macroJohannes Thumshirn
2012-05-09staging: line6/pcm.c: Removed trailing whitespaceJohannes Thumshirn
2012-05-09staging: line6/midi.c: Added space between switch and open parenthesisJohannes Thumshirn
2012-05-09staging: line6/midibuf.c changed printk(KERN_DEBUG, ... to pr_debug(Johannes Thumshirn
2012-04-23staging: line6: toneport.c: remove err() usageGreg Kroah-Hartman
2012-04-23Staging: line6: use module_usb_driver()Greg Kroah-Hartman
2012-04-23Staging: line6: remove teardown code from module_exit pathGreg Kroah-Hartman
2012-04-23Staging: line6: only allocate a buffer if it is neededGreg Kroah-Hartman
2012-04-23Staging: line6: remove unneeded initializationGreg Kroah-Hartman
2012-02-09staging: line6: separate handling of buffer allocation and stream startupMarkus Grabner
2012-02-09staging: line6: use source select control for UX2 devicesMarkus Grabner
2012-02-09staging: line6: removed obsolete codeMarkus Grabner
2011-12-09staging: line6: fixed ALSA/PCM interactionMarkus Grabner
2011-12-09staging: line6: wait for urbs in snd_line6_prepare()Stefan Hajnoczi
2011-12-09staging: line6: eliminate useless NULL checksStefan Hajnoczi
2011-12-09staging: line6: eliminate useless index_out variableStefan Hajnoczi
2011-12-09staging: line6: fix playback urb transfer buffer calculationStefan Hajnoczi
2011-12-09staging: line6: fix memory leak in .hw_params()Stefan Hajnoczi
2011-12-08staging/line6: refactor device information and add POD HD 500Markus Grabner
2011-12-08staging/line6: Remove obsolete codeMarkus Grabner
2011-12-08Staging: line6/midi.c: Fixed call of obsolete function strict_strtoulAndor Daam
2011-12-08Staging: line6/midi.c: Fixed call of obsolete function strict_strtoulAndor Daam
2011-12-01Staging: line6: NULL dereference in dev_err()Dan Carpenter
2011-11-26Staging: line6: Use kmemdup rather than duplicating its implementationThomas Meyer
2011-11-26staging: line6: alloc/free buffers in hw_params/hw_freeStefan Hajnoczi
2011-11-26staging: line6: use smallest iso ep packet sizeStefan Hajnoczi
2011-11-26staging: line6: add missing MIDI postprocessing case for POD HD300Stefan Hajnoczi
2011-11-26staging: line6: add Pod HD300 supportStefan Hajnoczi
2011-11-26line6: fix memory leaks in line6_init_midi()Jesper Juhl
2011-10-31staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.Paul Gortmaker
2011-05-17drivers/staging/line6/driver.c: Drop unneeded put functions.Julia Lawall
2011-03-14staging: line6: Remove NULL check before kfreeIlia Mirkin
2010-12-08staging/line6: Fix sparse warning 'Using plain integer as NULL pointer'Peter Huewe
2010-11-18Staging: line6: fix up my fixup for some sysfs attribute permissionsGreg Kroah-Hartman
2010-11-16Staging: line6: fix up some sysfs attribute permissionsGreg Kroah-Hartman
2010-10-08Staging: line6: Makefile: replace the use of <module>-objs with <module>-yTracey Dent
2010-09-21Staging: line6: minor coding style cleanupsGreg Kroah-Hartman
2010-09-21staging: line6: remove unneeded EXPORT_SYMBOL() usageGreg Kroah-Hartman
2010-09-20Staging: line6: workaround for null pointer bugMarkus Grabner
2010-08-31Staging: line6: another upstream syncMarkus Grabner