From: "Adam J. Richter" <adam@yggdrasil.com>
To: linux-sound@vger.kernel.org
Subject: Patch: linux-2.5.70-bk10/sound/usb/audio.c fix
Date: Fri, 06 Jun 2003 01:50:49 +0000 [thread overview]
Message-ID: <marc-linux-sound-105486422005785@msgid-missing> (raw)
[Earlier today, I sent this message to tiwai@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@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
@@ -1944,7 +1944,7 @@
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) {
reply other threads:[~2003-06-06 1:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=marc-linux-sound-105486422005785@msgid-missing \
--to=adam@yggdrasil.com \
--cc=linux-sound@vger.kernel.org \
/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