diff options
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) |