aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/cx88/cx88-alsa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-alsa.c b/drivers/media/video/cx88/cx88-alsa.c
index a529c0a87d1a..76a8c01208c1 100644
--- a/drivers/media/video/cx88/cx88-alsa.c
+++ b/drivers/media/video/cx88/cx88-alsa.c
@@ -285,6 +285,8 @@ static irqreturn_t cx8801_irq(int irq, void *dev_id)
285 handled = 1; 285 handled = 1;
286 cx_write(MO_PCI_INTSTAT, status); 286 cx_write(MO_PCI_INTSTAT, status);
287 287
288 if (status & core->pci_irqmask)
289 cx88_core_irq(core, status);
288 if (status & PCI_INT_AUDINT) { 290 if (status & PCI_INT_AUDINT) {
289 dprintk( 2, " ALSA IRQ handling\n" ); 291 dprintk( 2, " ALSA IRQ handling\n" );
290 cx8801_aud_irq(chip); 292 cx8801_aud_irq(chip);