From: Stefan Hajnoczi Date: Sat, 19 Jan 2013 08:59:00 +0000 (+0100) Subject: staging: line6: drop CONFIG_LINE6_USB_DUMP_PCM X-Git-Tag: v3.9-rc1~127^2~365 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98115f1df394706556bd03e20418fa50e42e04dd;p=pandora-kernel.git staging: line6: drop CONFIG_LINE6_USB_DUMP_PCM The CONFIG_LINE6_USB_DUMP_PCM config option prints a hexdump of PCM audio data as URBs are sent and received. The usbmon feature should be used instead of manually dumping PCM URBs. There are a few advantages to using usbmon: * Can be turned on/off at runtime * Provides full USB-level traffic * tcpdump and wireshark support for powerful analysis * No driver-specific code is required This is the last user of line6_write_hexdump() so we drop it too. Signed-off-by: Stefan Hajnoczi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed