Re: sound/built-in.o: In function `snd_complete_urb': undefined reference to `usb_submit_urb'

Takashi Iwai (tiwai@suse.de)
Tue, 10 Dec 2002 11:29:30 +0100


--Multipart_Tue_Dec_10_11:29:29_2002-1
Content-Type: text/plain; charset=US-ASCII

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

--Multipart_Tue_Dec_10_11:29:29_2002-1
Content-Type: application/octet-stream
Content-Disposition: attachment; filename="kconfig-fix"
Content-Transfer-Encoding: 7bit

--- 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.

--Multipart_Tue_Dec_10_11:29:29_2002-1--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/