Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751204AbWAPVKb (ORCPT ); Mon, 16 Jan 2006 16:10:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751209AbWAPVKb (ORCPT ); Mon, 16 Jan 2006 16:10:31 -0500 Received: from mailout.stusta.mhn.de ([141.84.69.5]:17677 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S1751204AbWAPVKa (ORCPT ); Mon, 16 Jan 2006 16:10:30 -0500 Date: Mon, 16 Jan 2006 22:10:31 +0100 From: Adrian Bunk To: mchehab@infradead.org Cc: linux-kernel@vger.kernel.org, linux-dvb-maintainer@linuxtv.org, video4linux-list@redhat.com, akpm@osdl.org Subject: Re: [PATCH 13/25] cx88 Kconfig fixes for cx88-alsa Message-ID: <20060116211031.GH29663@stusta.de> References: <20060116091105.PS83611600000@infradead.org> <20060116091122.PS42877600013@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060116091122.PS42877600013@infradead.org> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1517 Lines: 47 On Mon, Jan 16, 2006 at 07:11:22AM -0200, mchehab@infradead.org wrote: > > From: Mauro Carvalho Chehab > > - Cx88 alsa is experimental. > - Removed need of PCM OSS for an ALSA module. > > Signed-off-by: Mauro Carvalho Chehab > --- > > drivers/media/video/cx88/Kconfig | 3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) > > diff --git a/drivers/media/video/cx88/Kconfig b/drivers/media/video/cx88/Kconfig > index 76fcb4e..5330891 100644 > --- a/drivers/media/video/cx88/Kconfig > +++ b/drivers/media/video/cx88/Kconfig > @@ -31,8 +31,7 @@ config VIDEO_CX88_DVB > > config VIDEO_CX88_ALSA > tristate "ALSA DMA audio support" > - depends on VIDEO_CX88 && SND > - select SND_PCM_OSS > + depends on VIDEO_CX88 && SND && EXPERIMENTAL > ---help--- > This is a video4linux driver for direct (DMA) audio on > Conexant 2388x based TV cards. This patch introduces a bug. While select'ing SND_PCM_OSS isn't required, SND_PCM must be select'ed. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed - 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/