Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161526Ab2JXWbp (ORCPT ); Wed, 24 Oct 2012 18:31:45 -0400 Received: from cantor2.suse.de ([195.135.220.15]:45575 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161362Ab2JXWbn (ORCPT ); Wed, 24 Oct 2012 18:31:43 -0400 Date: Thu, 25 Oct 2012 00:31:42 +0200 Message-ID: From: Takashi Iwai To: Kees Cook Cc: linux-kernel@vger.kernel.org, Jaroslav Kysela Subject: Re: [PATCH 188/193] sound/isa: remove CONFIG_EXPERIMENTAL In-Reply-To: <1351022666-6960-189-git-send-email-keescook@chromium.org> References: <1351022666-6960-1-git-send-email-keescook@chromium.org> <1351022666-6960-189-git-send-email-keescook@chromium.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.2 (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: 1434 Lines: 50 At Tue, 23 Oct 2012 13:04:21 -0700, Kees Cook wrote: > > This config item has not carried much meaning for a while now and is > almost always enabled by default. As agreed during the Linux kernel > summit, remove it. > > CC: Jaroslav Kysela > CC: Takashi Iwai > Signed-off-by: Kees Cook Thanks, applied all these patches for sound tree. Takashi > --- > sound/isa/Kconfig | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig > index a38d964..affa134 100644 > --- a/sound/isa/Kconfig > +++ b/sound/isa/Kconfig > @@ -425,7 +425,7 @@ config SND_WAVEFRONT > > config SND_MSND_PINNACLE > tristate "Turtle Beach MultiSound Pinnacle/Fiji driver" > - depends on X86 && EXPERIMENTAL > + depends on X86 > select FW_LOADER > select SND_MPU401_UART > select SND_PCM > @@ -438,7 +438,7 @@ config SND_MSND_PINNACLE > > config SND_MSND_CLASSIC > tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey" > - depends on X86 && EXPERIMENTAL > + depends on X86 > select FW_LOADER > select SND_MPU401_UART > select SND_PCM > -- > 1.7.9.5 > -- 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/