[ALSA] usb audio: make quirk handling more readable, and fix commented-out code
authorPavel Machek <pavel@suse.cz>
Mon, 14 Apr 2008 11:14:22 +0000 (13:14 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Apr 2008 10:00:34 +0000 (12:00 +0200)
commit2a56f51bcc3650ecff806450f7fdab5edf57618f
treefada90c226de13fe84e14f622d6b28064b8a9696
parentb9d43bcd061956c8144bcb453d07d13236b6ab28
[ALSA] usb audio: make quirk handling more readable, and fix commented-out code

usb audio contains useful  debugging code, protected by #if
0. Unfortunately, it will not compile because variable names changed;
fix it.

Dallas workaround is formatted in a way where it is not quite obvious
what is normal code and what is quirk. Reformat it to make it obvious.

Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/usbaudio.c