Home
last modified time | relevance | path

Searched refs:HAS_CODEC (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/dev/isa/
Dgusvar.h227 #define HAS_CODEC(sc) ((sc)->sc_flags & GUS_CODEC_INSTALLED) macro
Dgus.c379 if (HAS_CODEC(sc)) {
678 if (HAS_CODEC(sc))
3569 if (HAS_CODEC(sc))
3624 audio_attach_mi(&gus_hw_if, HAS_CODEC(sc) ? (void *)&sc->sc_codec :