From: Pedro Lopez-Cabanillas <plcl@telefonica.net>
To: Jaroslav Kysela <perex@suse.cz>
Cc: alsa-devel <alsa-devel@lists.sourceforge.net>
Subject: [PATCH] usbaudio.c in 2.5.45
Date: Fri, 1 Nov 2002 02:20:03 +0100 [thread overview]
Message-ID: <200211010220.03101.plcl@telefonica.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 229 bytes --]
Hi,
Please, find attached a trivial patch for usbaudio.c (2.5.45) that fixes a
compilation problem triggered by CONFIG_SND_DEBUG_DETECT
Regards,
Pedro
--
ALSA Library Bindings for Pascal
http://alsapas.alturl.com
[-- Attachment #2: patch.usbaudio --]
[-- Type: text/x-diff, Size: 609 bytes --]
--- usbaudio.c.orig Fri Nov 1 02:09:38 2002
+++ usbaudio.c Thu Oct 31 22:10:30 2002
@@ -1879,7 +1879,7 @@
}
if (iface->altsetting[0].desc.bInterfaceClass != USB_CLASS_AUDIO ||
iface->altsetting[0].desc.bInterfaceSubClass != USB_SUBCLASS_AUDIO_STREAMING) {
- snd_printdd(KERN_ERR "%d:%u:%d: skipping non-supported interface %d\n", dev->devnum, ctrlif, j, iface->altsetting[0].bInterfaceClass);
+ snd_printdd(KERN_ERR "%d:%u:%d: skipping non-supported interface %d\n", dev->devnum, ctrlif, j, iface->altsetting[0].desc.bInterfaceClass);
/* skip non-supported classes */
continue;
}
next reply other threads:[~2002-11-01 1:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-01 1:20 Pedro Lopez-Cabanillas [this message]
2002-11-04 9:06 ` [PATCH] usbaudio.c in 2.5.45 Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200211010220.03101.plcl@telefonica.net \
--to=plcl@telefonica.net \
--cc=alsa-devel@lists.sourceforge.net \
--cc=perex@suse.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox