dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/line6
Stefan Hajnoczi 54cd1e42f3 staging: line6: drop unused line6_index and line6_id arrays
The line6 driver does not support 'index' and 'id' module parameters so
there is no need to keep arrays for these values.  Do what other sound
drivers do and use the scalar constants instead of dummy arrays.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-10-22 15:50:08 -07:00
..
Kconfig staging: line6: sync with upstream 2010-08-31 15:28:15 -07:00
Makefile staging: line6: add Pod HD300 support 2011-11-26 16:14:11 -08:00
audio.c staging: line6: drop unused line6_index and line6_id arrays 2012-10-22 15:50:08 -07:00
audio.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
capture.c staging: line6: separate handling of buffer allocation and stream startup 2012-02-09 09:14:35 -08:00
capture.h staging: line6: separate handling of buffer allocation and stream startup 2012-02-09 09:14:35 -08:00
control.c staging: line6: control.c eliminate strict_strtoul() in pod_set_param_int() 2012-07-06 16:12:45 -07:00
control.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
driver.c staging: line6: drop unused line6_devices[] array 2012-10-22 15:50:08 -07:00
driver.h staging: line6: drop unused line6_devices[] array 2012-10-22 15:50:08 -07:00
dumprequest.c Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
dumprequest.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
midi.c staging: line6/midi.c: Added space between switch and open parenthesis 2012-05-09 13:49:01 -07:00
midi.h Staging: line6/midi.c: Fixed call of obsolete function strict_strtoul 2011-12-08 12:32:55 -08:00
midibuf.c staging: line6/midibuf.c changed printk(KERN_DEBUG, ... to pr_debug( 2012-05-09 13:48:08 -07:00
midibuf.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
pcm.c staging: line6: pcm.c: Changed simple_strtoul to kstrtoint 2012-08-13 19:15:49 -07:00
pcm.h staging: line6: separate handling of buffer allocation and stream startup 2012-02-09 09:14:35 -08:00
playback.c staging: line6: separate handling of buffer allocation and stream startup 2012-02-09 09:14:35 -08:00
playback.h staging: line6: separate handling of buffer allocation and stream startup 2012-02-09 09:14:35 -08:00
pod.c staging: line6: Changed strict_strtoul() to kstrtou8() in pod_set_midi_postprocess() 2012-07-06 16:12:46 -07:00
pod.h staging: line6: changed interface of line6_pod_transmit_parameter() 2012-07-06 16:12:45 -07:00
podhd.c staging: line6: eliminate useless NULL checks 2011-12-09 19:26:09 -08:00
podhd.h staging: line6: add Pod HD300 support 2011-11-26 16:14:11 -08:00
revision.h staging: line6: fixed ALSA/PCM interaction 2011-12-09 19:26:09 -08:00
toneport.c staging: line6: toneport.c: remove err() usage 2012-04-23 16:46:04 -07:00
toneport.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
usbdefs.h staging: line6: separate handling of buffer allocation and stream startup 2012-02-09 09:14:35 -08:00
variax.c staging: line6: variax.c: Eliminated remaining strict_stroul()s 2012-08-14 16:46:34 -07:00
variax.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00