summaryrefslogtreecommitdiff
path: root/drivers/staging/line6
AgeCommit message (Expand)AuthorFilesLines
2012-11-27staging: line6: drop retrieve_channel sysfs attrStefan Hajnoczi1-14/+0
2012-11-27staging: line6: drop retrieve_amp_setup sysfs attrStefan Hajnoczi1-14/+0
2012-11-27staging: line6: drop name_buf sysfs attrStefan Hajnoczi1-43/+0
2012-11-27staging: line6: drop name sysfs attrStefan Hajnoczi1-15/+0
2012-11-27staging: line6: change monitor_level type ValueWait -> intStefan Hajnoczi2-6/+6
2012-11-27staging: line6: drop monitor_level sysfs attrStefan Hajnoczi1-8/+4
2012-11-27staging: line6: drop dump_buf sysfs attrStefan Hajnoczi1-40/+0
2012-11-27staging: line6: drop dump sysfs attrStefan Hajnoczi1-57/+3
2012-11-27staging: line6: drop dirty sysfs attrStefan Hajnoczi2-25/+1
2012-11-27staging: line6: drop unused param_dirty bitmapStefan Hajnoczi2-21/+0
2012-11-27staging: line6: drop clip sysfs attrStefan Hajnoczi2-28/+0
2012-11-27staging: line6: drop channel sysfs attrStefan Hajnoczi2-56/+0
2012-11-15staging: line6: drop unused CONFIG_LINE6_USB_DUMP_MIDIStefan Hajnoczi1-9/+0
2012-11-15staging: line6: drop MIDI from CONFIG_LINE6_USB_DUMP_ANYStefan Hajnoczi1-1/+1
2012-11-15staging: line6: drop MIDI dumping codeStefan Hajnoczi2-6/+0
2012-11-15staging: line6: drop unused CONFIG_LINE6_USB_DUMP_CTRLStefan Hajnoczi1-9/+0
2012-11-15staging: line6: drop CONTROL from CONFIG_LINE6_USB_DUMP_ANYStefan Hajnoczi1-1/+1
2012-11-15staging: line6: drop control URB dumping codeStefan Hajnoczi2-39/+0
2012-11-14staging: line6: drop unused CONFIG_LINE6_USB_DEBUGStefan Hajnoczi1-8/+0
2012-11-14staging: line6: drop unused DEBUG_MESSAGES() macroStefan Hajnoczi1-6/+0
2012-11-14staging: line6: replace DEBUG_MESSAGES() with dev_dbg()Stefan Hajnoczi3-47/+28
2012-11-14staging: line6: wrap comment to 80 chars in variax.cStefan Hajnoczi1-1/+3
2012-11-14staging: line6: wrap lines to 80 chars in usbdefs.hStefan Hajnoczi1-3/+7
2012-11-14staging: line6: replace deprecated strict_strtol() in toneport.cStefan Hajnoczi1-6/+2
2012-11-14staging: line6: wrap lines to 80 chars in playback.cStefan Hajnoczi1-6/+11
2012-11-14staging: line6: drop trailing whitespace in pcm.hStefan Hajnoczi1-1/+1
2012-11-14staging: line6: shorten comment below 80 chars in pcm.cStefan Hajnoczi1-2/+2
2012-11-14staging: line6: fix quoted string across lines in midibuf.cStefan Hajnoczi1-3/+3
2012-11-14staging: line6: wrap >80 char lines in capture.cStefan Hajnoczi1-5/+8
2012-10-23staging: line6: drop unused line6_index and line6_id arraysStefan Hajnoczi1-6/+2
2012-10-23staging: line6: drop unused line6_devices[] arrayStefan Hajnoczi2-21/+1
2012-08-15staging: line6: variax.c: Eliminated remaining strict_stroul()sJohannes Thumshirn1-4/+4
2012-08-14staging: line6: pcm.c: Changed simple_strtoul to kstrtointJohannes Thumshirn1-1/+7
2012-07-07staging: line6: Changed strict_strtoul() to kstrtou8() in pod_set_midi_postpr...Johannes Thumshirn1-2/+2
2012-07-07staging: line6: Changed strict_strtoul() to kstrtou8() in pod_set_channel()Johannes Thumshirn1-2/+2
2012-07-07staging: line6: Exchanged strict_strtoul with kstrtou8() in pod.c:pod_resolve()Johannes Thumshirn1-2/+2
2012-07-07staging: line6: control.c eliminate strict_strtoul() in pod_set_param_int()Johannes Thumshirn1-2/+2
2012-07-07staging: line6: changed interface of pod_send_channel()Johannes Thumshirn1-1/+1
2012-07-07staging: line6: adjusted interface of line6_send_program()Johannes Thumshirn2-2/+2
2012-07-07staging: line6: changed interface of line6_pod_transmit_parameter()Johannes Thumshirn2-2/+2
2012-07-07staging: line6: Changed some strict_strtouls to kstrtou8Johannes Thumshirn1-4/+4
2012-07-07staging: line6: changed interface of line6_transmit_parameter()Johannes Thumshirn2-2/+2
2012-05-19staging: line6/config.h: Delete unused headerJohannes Thumshirn1-43/+0
2012-05-15staging: line6/config.h: Remove CHECKPOINT macroJohannes Thumshirn1-5/+0
2012-05-10staging: line6/pcm.c: Removed trailing whitespaceJohannes Thumshirn1-1/+1
2012-05-10staging: line6/midi.c: Added space between switch and open parenthesisJohannes Thumshirn1-1/+1
2012-05-10staging: line6/midibuf.c changed printk(KERN_DEBUG, ... to pr_debug(Johannes Thumshirn1-1/+1
2012-04-24staging: line6: toneport.c: remove err() usageGreg Kroah-Hartman1-1/+1
2012-04-24Staging: line6: use module_usb_driver()Greg Kroah-Hartman1-20/+1
2012-04-24Staging: line6: remove teardown code from module_exit pathGreg Kroah-Hartman1-19/+0