From 9b1d566e5158be20abb76162c2ca77adb25ad9bc Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 19 Sep 2007 14:40:39 +0000 Subject: use snd_usb_audio (with underscores) --- usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.1