From 509a2287e6a28bc657021ee8ba21825bfafe555e Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Thu, 5 Jan 2006 04:24:21 +0000 Subject: Make CONFIG_VIDEO_ALSA support all ALSA modules, and enable it From: Ricardo Cerqueira VIDEO_ALSA now actually means "enable ALSA modules". Both cx88 and saa7134 are covered by it (bt87x is disabled as it may conflict with snd_bt87x in ALSA's tree), and it now defaults to "y". Signed-off-by: --- linux/drivers/media/video/cx88/cx88-alsa.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'linux/drivers') diff --git a/linux/drivers/media/video/cx88/cx88-alsa.c b/linux/drivers/media/video/cx88/cx88-alsa.c index d37e47135..e9fec6be0 100644 --- a/linux/drivers/media/video/cx88/cx88-alsa.c +++ b/linux/drivers/media/video/cx88/cx88-alsa.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-alsa.c,v 1.27 2006/01/05 03:31:42 rmcc Exp $ + * $Id: cx88-alsa.c,v 1.28 2006/01/05 04:24:21 rmcc Exp $ * * Support for audio capture * PCI function #1 of the cx2388x. @@ -198,10 +198,10 @@ int _cx88_stop_audio_dma(snd_cx88_card_t *chip) /* disable irqs */ cx_clear(MO_PCI_INTMSK, 0x02); cx_clear(MO_AUD_INTMSK, - (1<<16)| - (1<<12)| - (1<<4)| - (1<<0) + (1<<16)| + (1<<12)| + (1<<4)| + (1<<0) ); if (debug) -- cgit v1.2.3