summaryrefslogtreecommitdiffstats
path: root/drivers/staging/line6
Commit message (Expand)AuthorAgeFilesLines
* staging: line6: drop unused CONFIG_LINE6_USB_DUMP_MIDIStefan Hajnoczi2012-11-141-9/+0
* staging: line6: drop MIDI from CONFIG_LINE6_USB_DUMP_ANYStefan Hajnoczi2012-11-141-1/+1
* staging: line6: drop MIDI dumping codeStefan Hajnoczi2012-11-142-6/+0
* staging: line6: drop unused CONFIG_LINE6_USB_DUMP_CTRLStefan Hajnoczi2012-11-141-9/+0
* staging: line6: drop CONTROL from CONFIG_LINE6_USB_DUMP_ANYStefan Hajnoczi2012-11-141-1/+1
* staging: line6: drop control URB dumping codeStefan Hajnoczi2012-11-142-39/+0
* staging: line6: drop unused CONFIG_LINE6_USB_DEBUGStefan Hajnoczi2012-11-131-8/+0
* staging: line6: drop unused DEBUG_MESSAGES() macroStefan Hajnoczi2012-11-131-6/+0
* staging: line6: replace DEBUG_MESSAGES() with dev_dbg()Stefan Hajnoczi2012-11-133-47/+28
* 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/+2
* 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-221-6/+2
* staging: line6: drop unused line6_devices[] arrayStefan Hajnoczi2012-10-222-21/+1
* staging: line6: variax.c: Eliminated remaining strict_stroul()sJohannes Thumshirn2012-08-141-4/+4
* staging: line6: pcm.c: Changed simple_strtoul to kstrtointJohannes Thumshirn2012-08-131-1/+7
* staging: line6: Changed strict_strtoul() to kstrtou8() in pod_set_midi_postpr...Johannes Thumshirn2012-07-061-2/+2
* staging: line6: Changed strict_strtoul() to kstrtou8() in pod_set_channel()Johannes Thumshirn2012-07-061-2/+2
* staging: line6: Exchanged strict_strtoul with kstrtou8() in pod.c:pod_resolve()Johannes Thumshirn2012-07-061-2/+2
* staging: line6: control.c eliminate strict_strtoul() in pod_set_param_int()Johannes Thumshirn2012-07-061-2/+2
* staging: line6: changed interface of pod_send_channel()Johannes Thumshirn2012-07-061-1/+1
* staging: line6: adjusted interface of line6_send_program()Johannes Thumshirn2012-07-062-2/+2
* staging: line6: changed interface of line6_pod_transmit_parameter()Johannes Thumshirn2012-07-062-2/+2
* staging: line6: Changed some strict_strtouls to kstrtou8Johannes Thumshirn2012-07-061-4/+4
* staging: line6: changed interface of line6_transmit_parameter()Johannes Thumshirn2012-07-062-2/+2
* staging: line6/config.h: Delete unused headerJohannes Thumshirn2012-05-181-43/+0
* staging: line6/config.h: Remove CHECKPOINT macroJohannes Thumshirn2012-05-141-5/+0
* 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-231-1/+1
* Staging: line6: use module_usb_driver()Greg Kroah-Hartman2012-04-231-20/+1
* Staging: line6: remove teardown code from module_exit pathGreg Kroah-Hartman2012-04-231-19/+0
* Staging: line6: only allocate a buffer if it is neededGreg Kroah-Hartman2012-04-231-30/+17
* Staging: line6: remove unneeded initializationGreg Kroah-Hartman2012-04-231-4/+1
* 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/+0
* staging: line6: fixed ALSA/PCM interactionMarkus Grabner2011-12-096-45/+118
* staging: line6: wait for urbs in snd_line6_prepare()Stefan Hajnoczi2011-12-091-0/+14
* staging: line6: eliminate useless NULL checksStefan Hajnoczi2011-12-094-20/+4
* staging: line6: eliminate useless index_out variableStefan Hajnoczi2011-12-092-9/+1
* staging: line6: fix playback urb transfer buffer calculationStefan Hajnoczi2011-12-091-1/+1
* staging: line6: fix memory leak in .hw_params()Stefan Hajnoczi2011-12-092-4/+10
* staging/line6: refactor device information and add POD HD 500Markus Grabner2011-12-085-61/+109
OpenPOWER on IntegriCloud