]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: line6: drop CONFIG_LINE6_USB_RAW
authorStefan Hajnoczi <stefanha@gmail.com>
Thu, 22 Nov 2012 19:49:17 +0000 (20:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Nov 2012 00:13:50 +0000 (16:13 -0800)
commit9f673d7a6022b9425fc412d619fd72bcadcf80c3
treed866c95a315e27e94cbefacda43d27645fb62476
parent59ac6936bcb7fc95039eb7813bfb827271185c56
staging: line6: drop CONFIG_LINE6_USB_RAW

Now that both pod.c and variax.c have removed their raw sysfs attrs, the
CONFIG_LINE6_USB_RAW config option can be dropped.  The drivers are
being stripped down to just PCM and MIDI I/O so there is less state and
filtering.  Therefore it's no longer necessary to have a special sysfs
attr to bypass the filtering ("raw").

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/line6/Kconfig
drivers/staging/line6/driver.c