summaryrefslogtreecommitdiffstats
path: root/usb.c
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-09-19 14:40:39 +0000
committerOlivier Blin <oblin@mandriva.com>2007-09-19 14:40:39 +0000
commit9b1d566e5158be20abb76162c2ca77adb25ad9bc (patch)
tree2e011e104401e11303935007994b9e47cd071b27 /usb.c
parent97e6b4d23e2e2b5ff5a43ebb42c014e656ecfacc (diff)
downloadldetect-9b1d566e5158be20abb76162c2ca77adb25ad9bc.tar
ldetect-9b1d566e5158be20abb76162c2ca77adb25ad9bc.tar.gz
ldetect-9b1d566e5158be20abb76162c2ca77adb25ad9bc.tar.bz2
ldetect-9b1d566e5158be20abb76162c2ca77adb25ad9bc.tar.xz
ldetect-9b1d566e5158be20abb76162c2ca77adb25ad9bc.zip
use snd_usb_audio (with underscores)
Diffstat (limited to 'usb.c')
-rw-r--r--usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb.c b/usb.c
index 4a60909..fe65611 100644
--- a/usb.c
+++ b/usb.c
@@ -73,7 +73,7 @@ extern struct pciusb_entries usb_probe(void) {
}
/* see linux/sound/usb/usbaudio.c::usb_audio_ids */
if (e->class_id == (0x1*0x100+ 0x01)) /* USB_AUDIO_CLASS*0x100 + USB_SUBCLASS_AUDIO_CONTROL*/
- e->module = strdup("snd-usb-audio");
+ e->module = strdup("snd_usb_audio");
} else if (sscanf(buf, "I:%*1c If#=%*2d Alt=%*2d #EPs=%*2d Cls=%02x(%*5c) Sub=%02x Prot=%02x Driver=", &class_id, &sub, &prot) == 3) {
/* prevent spurious warnings for strange USB interfaces */