Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756015Ab2BYKHw (ORCPT ); Sat, 25 Feb 2012 05:07:52 -0500 Received: from cantor2.suse.de ([195.135.220.15]:51246 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755853Ab2BYKHu (ORCPT ); Sat, 25 Feb 2012 05:07:50 -0500 Date: Sat, 25 Feb 2012 11:07:48 +0100 Message-ID: From: Takashi Iwai To: Torsten Schenk Cc: Randy Dunlap , Stephen Rothwell , alsa-devel@alsa-project.org, LKML , linux-next@vger.kernel.org Subject: Re: [alsa-devel] linux-next: Tree for Feb 24 (sound/usb/6fire) In-Reply-To: <20120224213422.3693943c2dad148b35e26d21@zoho.com> References: <20120224170548.a9a338d64712f06f1b39b7bd@canb.auug.org.au> <4F47DBD4.4090803@xenotime.net> <20120224213422.3693943c2dad148b35e26d21@zoho.com> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1577 Lines: 60 At Fri, 24 Feb 2012 21:34:22 +0100, Torsten Schenk wrote: > > On Fri, 24 Feb 2012 10:49:56 -0800 > Randy Dunlap wrote: > > > On 02/23/2012 10:05 PM, Stephen Rothwell wrote: > > > Hi all, > > > > > > Changes since 20120223: > > > > > > on x86_64: > > > > ERROR: "_snd_ctl_add_slave" [sound/usb/6fire/snd-usb-6fire.ko] > > undefined! ERROR: > > "snd_ctl_make_virtual_master" [sound/usb/6fire/snd-usb-6fire.ko] > > undefined! > > > > > > Full randconfig file is attached. > > > > CONFIG_SND_VMASTER is not enabled. Looks like this driver should > > either depend on or select SND_VMASTER. > > > > Sorry, I was unaware that this option needs to be selected. > Patch is attached below that selects SND_VMASTER. > > Regards, > Torsten > > > Select missing SND_VMASTER option in Kconfig. > > Signed-off-by: Torsten Schenk Thanks, applied now. Takashi > > diff -Nur a/sound/usb/Kconfig b/sound/usb/Kconfig > --- a/sound/usb/Kconfig 2012-02-24 21:17:09.543884187 +0100 > +++ b/sound/usb/Kconfig 2012-02-24 21:19:16.160372882 +0100 > @@ -106,6 +106,7 @@ > select BITREVERSE > select SND_RAWMIDI > select SND_PCM > + select SND_VMASTER > help > Say Y here to include support for TerraTec 6fire DMX USB interface. > > -- 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/