All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Miles Lane <miles.lane@attbi.com>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: Re: sound/built-in.o: In function `snd_complete_urb': undefined	reference to `usb_submit_urb'
Date: Tue, 10 Dec 2002 11:29:30 +0100	[thread overview]
Message-ID: <s5h8yyy88vp.wl@alsa2.suse.de> (raw)
In-Reply-To: <1039501666.7838.4.camel@bellybutton.attbi.com>

[-- Attachment #1: Type: text/plain, Size: 243 bytes --]

At 09 Dec 2002 22:27:47 -0800,
Miles Lane wrote:
> 
> #
> # Advanced Linux Sound Architecture
> #
> CONFIG_SND=y
...
> 
> CONFIG_SND_USB_AUDIO=y

this one should be m.

the attached patch will fix the dependency in Kconfig.


thanks,

Takashi

[-- Attachment #2: kconfig-fix --]
[-- Type: application/octet-stream, Size: 308 bytes --]

--- linux/sound/usb/Kconfig	4 Nov 2002 08:43:16 -0000
+++ linux/sound/usb/Kconfig	10 Dec 2002 10:25:32 -0000
@@ -5,7 +5,7 @@
 
 config SND_USB_AUDIO
 	tristate "USB Audio/MIDI driver"
-	depends on SND
+	depends on SND && USB
 	help
 	  Say 'Y' or 'M' to include support for USB audio and USB MIDI devices.
 

      parent reply	other threads:[~2002-12-10 10:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-10  6:27 sound/built-in.o: In function `snd_complete_urb': undefined reference to `usb_submit_urb' Miles Lane
2002-12-10  6:52 ` Greg KH
2002-12-10 10:29 ` Takashi Iwai [this message]

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=s5h8yyy88vp.wl@alsa2.suse.de \
    --to=tiwai@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=miles.lane@attbi.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.