aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/line6
AgeCommit message (Expand)Author
2012-11-26staging: line6: drop retrieve_amp_setup sysfs attrStefan Hajnoczi
2012-11-26staging: line6: drop name_buf sysfs attrStefan Hajnoczi
2012-11-26staging: line6: drop name sysfs attrStefan Hajnoczi
2012-11-26staging: line6: change monitor_level type ValueWait -> intStefan Hajnoczi
2012-11-26staging: line6: drop monitor_level sysfs attrStefan Hajnoczi
2012-11-26staging: line6: drop dump_buf sysfs attrStefan Hajnoczi
2012-11-26staging: line6: drop dump sysfs attrStefan Hajnoczi
2012-11-26staging: line6: drop dirty sysfs attrStefan Hajnoczi
2012-11-26staging: line6: drop unused param_dirty bitmapStefan Hajnoczi
2012-11-26staging: line6: drop clip sysfs attrStefan Hajnoczi
2012-11-26staging: line6: drop channel sysfs attrStefan Hajnoczi
2012-11-14staging: line6: drop unused CONFIG_LINE6_USB_DUMP_MIDIStefan Hajnoczi
2012-11-14staging: line6: drop MIDI from CONFIG_LINE6_USB_DUMP_ANYStefan Hajnoczi
2012-11-14staging: line6: drop MIDI dumping codeStefan Hajnoczi
2012-11-14staging: line6: drop unused CONFIG_LINE6_USB_DUMP_CTRLStefan Hajnoczi
2012-11-14staging: line6: drop CONTROL from CONFIG_LINE6_USB_DUMP_ANYStefan Hajnoczi
2012-11-14staging: line6: drop control URB dumping codeStefan Hajnoczi
2012-11-13staging: line6: drop unused CONFIG_LINE6_USB_DEBUGStefan Hajnoczi
2012-11-13staging: line6: drop unused DEBUG_MESSAGES() macroStefan Hajnoczi
2012-11-13staging: line6: replace DEBUG_MESSAGES() with dev_dbg()Stefan Hajnoczi
2012-11-13staging: line6: wrap comment to 80 chars in variax.cStefan Hajnoczi
2012-11-13staging: line6: wrap lines to 80 chars in usbdefs.hStefan Hajnoczi
2012-11-13staging: line6: replace deprecated strict_strtol() in toneport.cStefan Hajnoczi
2012-11-13staging: line6: wrap lines to 80 chars in playback.cStefan Hajnoczi
2012-11-13staging: line6: drop trailing whitespace in pcm.hStefan Hajnoczi
2012-11-13staging: line6: shorten comment below 80 chars in pcm.cStefan Hajnoczi
2012-11-13staging: line6: fix quoted string across lines in midibuf.cStefan Hajnoczi
2012-11-13staging: line6: wrap >80 char lines in capture.cStefan Hajnoczi
2012-10-22staging: line6: drop unused line6_index and line6_id arraysStefan Hajnoczi
2012-10-22staging: line6: drop unused line6_devices[] arrayStefan Hajnoczi
2012-08-14staging: line6: variax.c: Eliminated remaining strict_stroul()sJohannes Thumshirn
2012-08-13staging: line6: pcm.c: Changed simple_strtoul to kstrtointJohannes Thumshirn
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