summaryrefslogtreecommitdiffstats
path: root/drivers/staging/line6
Commit message (Expand)AuthorAgeFilesLines
...
* staging: line6: drop name sysfs attrStefan Hajnoczi2012-11-271-15/+0Star
* staging: line6: change monitor_level type ValueWait -> intStefan Hajnoczi2012-11-272-6/+6
* staging: line6: drop monitor_level sysfs attrStefan Hajnoczi2012-11-271-8/+4Star
* staging: line6: drop dump_buf sysfs attrStefan Hajnoczi2012-11-271-40/+0Star
* staging: line6: drop dump sysfs attrStefan Hajnoczi2012-11-271-57/+3Star
* staging: line6: drop dirty sysfs attrStefan Hajnoczi2012-11-272-25/+1Star
* staging: line6: drop unused param_dirty bitmapStefan Hajnoczi2012-11-272-21/+0Star
* staging: line6: drop clip sysfs attrStefan Hajnoczi2012-11-272-28/+0Star
* staging: line6: drop channel sysfs attrStefan Hajnoczi2012-11-272-56/+0Star
* staging: line6: drop unused CONFIG_LINE6_USB_DUMP_MIDIStefan Hajnoczi2012-11-151-9/+0Star
* staging: line6: drop MIDI from CONFIG_LINE6_USB_DUMP_ANYStefan Hajnoczi2012-11-151-1/+1
* staging: line6: drop MIDI dumping codeStefan Hajnoczi2012-11-152-6/+0Star
* staging: line6: drop unused CONFIG_LINE6_USB_DUMP_CTRLStefan Hajnoczi2012-11-151-9/+0Star
* staging: line6: drop CONTROL from CONFIG_LINE6_USB_DUMP_ANYStefan Hajnoczi2012-11-151-1/+1
* staging: line6: drop control URB dumping codeStefan Hajnoczi2012-11-152-39/+0Star
* staging: line6: drop unused CONFIG_LINE6_USB_DEBUGStefan Hajnoczi2012-11-141-8/+0Star
* staging: line6: drop unused DEBUG_MESSAGES() macroStefan Hajnoczi2012-11-141-6/+0Star
* staging: line6: replace DEBUG_MESSAGES() with dev_dbg()Stefan Hajnoczi2012-11-143-47/+28Star
* staging: line6: wrap comment to 80 chars in variax.cStefan Hajnoczi2012-11-131-1/+3
* staging: line6: wrap lines to 80 chars in usbdefs.hStefan Hajnoczi2012-11-131-3/+7
* staging: line6: replace deprecated strict_strtol() in toneport.cStefan Hajnoczi2012-11-131-6/+2Star
* staging: line6: wrap lines to 80 chars in playback.cStefan Hajnoczi2012-11-131-6/+11
* staging: line6: drop trailing whitespace in pcm.hStefan Hajnoczi2012-11-131-1/+1
* staging: line6: shorten comment below 80 chars in pcm.cStefan Hajnoczi2012-11-131-2/+2
* staging: line6: fix quoted string across lines in midibuf.cStefan Hajnoczi2012-11-131-3/+3
* staging: line6: wrap >80 char lines in capture.cStefan Hajnoczi2012-11-131-5/+8
* staging: line6: drop unused line6_index and line6_id arraysStefan Hajnoczi2012-10-231-6/+2Star
* staging: line6: drop unused line6_devices[] arrayStefan Hajnoczi2012-10-232-21/+1Star
* 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