From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 10 Dec 2002 05:21:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 10 Dec 2002 05:21:47 -0500 Received: from ns.suse.de ([213.95.15.193]:15365 "EHLO Cantor.suse.de") by vger.kernel.org with ESMTP id ; Tue, 10 Dec 2002 05:21:46 -0500 Date: Tue, 10 Dec 2002 11:29:30 +0100 Message-ID: From: Takashi Iwai To: Miles Lane Cc: LKML Subject: Re: sound/built-in.o: In function `snd_complete_urb': undefined reference to `usb_submit_urb' In-Reply-To: <1039501666.7838.4.camel@bellybutton.attbi.com> References: <1039501666.7838.4.camel@bellybutton.attbi.com> User-Agent: Wanderlust/2.6.1 (Upside Down) SEMI/1.14.4 (Hosorogi) FLIM/1.14.4 (=?ISO-8859-4?Q?Kashiharajing=FE-mae?=) APEL/10.2 MULE XEmacs/21.4 (patch 8) (Honest Recruiter) (i386-suse-linux) MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: multipart/mixed; boundary="Multipart_Tue_Dec_10_11:29:29_2002-1" Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org --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--