6 Jun 2003 03:50
Patch: linux-2.5.70-bk10/sound/usb/audio.c fix
Adam J. Richter <adam <at> yggdrasil.com>
2003-06-06 01:50:49 GMT
2003-06-06 01:50:49 GMT
[Earlier today, I sent this message to tiwai <at> suse.de and meant to cc
it to linux-sound, but accidentally cc'ed it to the invalid email
address linux-audio. --Adam Richter]
linux-2.5.70-bk10/sound/usb/audio.c does not compile, due to a
debugging statement. Here is a proposed patch. If this looks good
to you, could you please approve it and submit it to Linus?
Adam J. Richter __ ______________ 575 Oroville Road
adam <at> yggdrasil.com \ / Miplitas, California 95035
+1 408 309-6081 | g g d r a s i l United States of America
"Free Software For The Rest Of Us."
--- linux-2.5.70-bk10/sound/usb/usbaudio.c 2003-06-05 12:18:06.000000000 -0700
+++ linux/sound/usb/usbaudio.c 2003-06-05 15:24:41.000000000 -0700
<at> <at> -1944,7 +1944,7 <at> <at>
switch (format) {
case 0: /* some devices don't define this correctly... */
snd_printdd(KERN_INFO "%d:%u:%d : format type 0 is detected, processed as PCM\n",
- dev->devnum, iface_no, altno);
+ dev->devnum, fp->iface, fp->altsetting);
/* fall-through */
case USB_AUDIO_FORMAT_PCM:
if (sample_width > sample_bytes * 8) {
-
To unsubscribe from this list: send the line "unsubscribe linux-sound" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
(Continue reading)
RSS Feed