summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/als4000.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/pci/als4000.c')
-rw-r--r--sys/dev/sound/pci/als4000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/als4000.c b/sys/dev/sound/pci/als4000.c
index 16d23a3..0c59aba 100644
--- a/sys/dev/sound/pci/als4000.c
+++ b/sys/dev/sound/pci/als4000.c
@@ -725,7 +725,7 @@ als_resource_grab(device_t dev, struct sc_info *sc)
goto bad;
}
- if (bus_setup_intr(dev, sc->irq, INTR_TYPE_TTY, als_intr,
+ if (bus_setup_intr(dev, sc->irq, INTR_TYPE_AV, als_intr,
sc, &sc->ih)) {
device_printf(dev, "unable to setup interrupt\n");
goto bad;
OpenPOWER on IntegriCloud