diff options
| author | Olivier Blin <oblin@mandriva.com> | 2007-09-19 14:40:39 +0000 | 
|---|---|---|
| committer | Olivier Blin <oblin@mandriva.com> | 2007-09-19 14:40:39 +0000 | 
| commit | 9b1d566e5158be20abb76162c2ca77adb25ad9bc (patch) | |
| tree | 2e011e104401e11303935007994b9e47cd071b27 /usb.c | |
| parent | 97e6b4d23e2e2b5ff5a43ebb42c014e656ecfacc (diff) | |
| download | ldetect-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.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 */ | 
