[ALSA] usb-audio - change quirk type handling
authorClemens Ladisch <clemens@ladisch.de>
Mon, 25 Jul 2005 14:19:10 +0000 (16:19 +0200)
committerJaroslav Kysela <perex@suse.cz>
Thu, 28 Jul 2005 10:22:41 +0000 (12:22 +0200)
commit854af9578cb84e4ca3cb1551a6be40c4e81bb455
treefb09d01b0499451e258a71e9a05246c1e08ea301
parentf38275fe994c333b809796230f4f98090f8d919b
[ALSA] usb-audio - change quirk type handling

USB generic driver
Make the quirk type an enum instead of a #defined integer, and use a
table for the quirk constructor functions instead of a big switch
statement.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
sound/usb/usbaudio.c
sound/usb/usbaudio.h