Home | Sort by: relevance | last modified time | path |
/src/sys/dev/audio/ | |
audio.c | 930 bool has_indep; local in function:audioattach 954 has_indep = (sc->sc_props & AUDIO_PROP_INDEPENDENT); 1001 KASSERT(!has_indep); 1020 if (has_indep) 1032 if (has_indep) { |