diff options
author | Ricardo Cerqueira <devnull@localhost> | 2006-01-05 04:24:21 +0000 |
---|---|---|
committer | Ricardo Cerqueira <devnull@localhost> | 2006-01-05 04:24:21 +0000 |
commit | 509a2287e6a28bc657021ee8ba21825bfafe555e (patch) | |
tree | 04b7f032dd0e96a52431ddfa2122a4c8838fb54c /linux/drivers/media/video/cx88/cx88-alsa.c | |
parent | b951721f0c713f7043f0346e16c9b0d5190633f3 (diff) | |
download | mediapointer-dvb-s2-509a2287e6a28bc657021ee8ba21825bfafe555e.tar.gz mediapointer-dvb-s2-509a2287e6a28bc657021ee8ba21825bfafe555e.tar.bz2 |
Make CONFIG_VIDEO_ALSA support all ALSA modules, and enable it
From: Ricardo Cerqueira <v4l@cerqueira.org>
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:
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-alsa.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-alsa.c | 10 |
1 files changed, 5 insertions, 5 deletions
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) |