linux/drivers/staging/line6
Stefan Hajnoczi 99c54e9830 staging: line6: drop tuner_pitch sysfs attr
Dropping this final tuner sysfs attr also leaves the
POD_GET_SYSTEM_PARAM() macro, pod_get_system_param_string(), and
pod_get_system_param_int() unused.  Remove them immediately to avoid
compiler warnings.

POD_monitor_level is now the only SYSEX value that needs to be watched
by the driver since the ALSA volume control should reflect the current
monitor volume level used by the device.  Therefore, drop the switch
statement entirely and just check for POD_monitor_level, ignoring
unknown system parameter changes.

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-11-26 16:11:22 -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: wrap >80 char lines in capture.c 2012-11-13 13:17:40 -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 MIDI dumping code 2012-11-14 16:29:30 -08:00
driver.h staging: line6: drop MIDI from CONFIG_LINE6_USB_DUMP_ANY 2012-11-14 16:29:31 -08: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
Kconfig staging: line6: drop unused CONFIG_LINE6_USB_DUMP_MIDI 2012-11-14 16:29:31 -08:00
Makefile staging: line6: add Pod HD300 support 2011-11-26 16:14:11 -08:00
midi.c staging: line6: drop MIDI dumping code 2012-11-14 16:29:30 -08: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: fix quoted string across lines in midibuf.c 2012-11-13 13:17:40 -08:00
midibuf.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
pcm.c staging: line6: shorten comment below 80 chars in pcm.c 2012-11-13 13:17:40 -08:00
pcm.h staging: line6: drop trailing whitespace in pcm.h 2012-11-13 13:17:40 -08:00
playback.c staging: line6: wrap lines to 80 chars in playback.c 2012-11-13 13:17:40 -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: drop tuner_pitch sysfs attr 2012-11-26 16:11:22 -08:00
pod.h staging: line6: drop tuner_pitch sysfs attr 2012-11-26 16:11:22 -08: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: replace deprecated strict_strtol() in toneport.c 2012-11-13 13:17:40 -08:00
toneport.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00
usbdefs.h staging: line6: wrap lines to 80 chars in usbdefs.h 2012-11-13 13:17:40 -08:00
variax.c staging: line6: replace DEBUG_MESSAGES() with dev_dbg() 2012-11-13 15:05:03 -08:00
variax.h Staging: line6: another upstream sync 2010-08-31 15:28:16 -07:00