Searched refs:envy24_intr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/sound/pci/
H A Denvy24.c2066 envy24_intr(void *p) function
2074 device_printf(sc->dev, "envy24_intr()\n");
2079 device_printf(sc->dev, "envy24_intr(): play\n");
2084 device_printf(sc->dev, "envy24_intr(): ptr = %d-->", ptr);
2095 device_printf(sc->dev, "envy24_intr(): chan[%d].blk = %d\n", i, ch->blk);
2108 device_printf(sc->dev, "envy24_intr(): rec\n");
2522 snd_setup_intr(sc->dev, sc->irq, INTR_MPSAFE, envy24_intr, sc, &sc->ih)) {

Completed in 90 milliseconds