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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/
H A Dals4000.c373 unsigned gcr_status; local
377 gcr_status = inb(chip->alt_port + 0xe);
379 if ((gcr_status & 0x80) && (chip->playback_substream)) /* playback */
381 if ((gcr_status & 0x40) && (chip->capture_substream)) /* capturing */
383 if ((gcr_status & 0x10) && (chip->rmidi)) /* MPU401 interrupt */
386 outb(gcr_status, chip->alt_port + 0xe);

Completed in 88 milliseconds