summaryrefslogtreecommitdiffstats
path: root/drivers/staging/line6
Commit message (Expand)AuthorAgeFilesLines
* staging: line6: variax.c: Eliminated remaining strict_stroul()sJohannes Thumshirn2012-08-151-4/+4
* staging: line6: pcm.c: Changed simple_strtoul to kstrtointJohannes Thumshirn2012-08-141-1/+7
* staging: line6: Changed strict_strtoul() to kstrtou8() in pod_set_midi_postpr...Johannes Thumshirn2012-07-071-2/+2
* staging: line6: Changed strict_strtoul() to kstrtou8() in pod_set_channel()Johannes Thumshirn2012-07-071-2/+2
* staging: line6: Exchanged strict_strtoul with kstrtou8() in pod.c:pod_resolve()Johannes Thumshirn2012-07-071-2/+2
* staging: line6: control.c eliminate strict_strtoul() in pod_set_param_int()Johannes Thumshirn2012-07-071-2/+2
* staging: line6: changed interface of pod_send_channel()Johannes Thumshirn2012-07-071-1/+1
* staging: line6: adjusted interface of line6_send_program()Johannes Thumshirn2012-07-072-2/+2
* staging: line6: changed interface of line6_pod_transmit_parameter()Johannes Thumshirn2012-07-072-2/+2
* staging: line6: Changed some strict_strtouls to kstrtou8Johannes Thumshirn2012-07-071-4/+4
* staging: line6: changed interface of line6_transmit_parameter()Johannes Thumshirn2012-07-072-2/+2
* staging: line6/config.h: Delete unused headerJohannes Thumshirn2012-05-191-43/+0Star
* staging: line6/config.h: Remove CHECKPOINT macroJohannes Thumshirn2012-05-141-5/+0Star
* 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-241-1/+1
* Staging: line6: use module_usb_driver()Greg Kroah-Hartman2012-04-241-20/+1Star
* Staging: line6: remove teardown code from module_exit pathGreg Kroah-Hartman2012-04-241-19/+0Star
* Staging: line6: only allocate a buffer if it is neededGreg Kroah-Hartman2012-04-241-30/+17Star
* Staging: line6: remove unneeded initializationGreg Kroah-Hartman2012-04-241-4/+1Star
* 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/+0Star
* staging: line6: fixed ALSA/PCM interactionMarkus Grabner2011-12-106-45/+118
* staging: line6: wait for urbs in snd_line6_prepare()Stefan Hajnoczi2011-12-101-0/+14
* staging: line6: eliminate useless NULL checksStefan Hajnoczi2011-12-104-20/+4Star
* staging: line6: eliminate useless index_out variableStefan Hajnoczi2011-12-102-9/+1Star
* staging: line6: fix playback urb transfer buffer calculationStefan Hajnoczi2011-12-101-1/+1
* staging: line6: fix memory leak in .hw_params()Stefan Hajnoczi2011-12-102-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/+0Star
* 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-271-2/+1Star
* staging: line6: alloc/free buffers in hw_params/hw_freeStefan Hajnoczi2011-11-273-24/+30
* staging: line6: use smallest iso ep packet sizeStefan Hajnoczi2011-11-271-3/+8
* staging: line6: add missing MIDI postprocessing case for POD HD300Stefan Hajnoczi2011-11-271-0/+1
* staging: line6: add Pod HD300 supportStefan Hajnoczi2011-11-276-2/+216
* line6: fix memory leaks in line6_init_midi()Jesper Juhl2011-11-271-2/+7
* staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users.Paul Gortmaker2011-11-011-0/+1
* drivers/staging/line6/driver.c: Drop unneeded put functions.Julia Lawall2011-05-171-2/+0Star
* staging: line6: Remove NULL check before kfreeIlia Mirkin2011-03-141-2/+1Star
* 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-2214-82/+77Star
* staging: line6: remove unneeded EXPORT_SYMBOL() usageGreg Kroah-Hartman2010-09-221-8/+0Star