From: Stefan Hajnoczi Date: Thu, 22 Nov 2012 19:49:00 +0000 (+0100) Subject: staging: line6: drop tuner_pitch sysfs attr X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99c54e9830feb746c9175fae887546e741bb56eb;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed