Searched refs:has_capture (Results 1 – 1 of 1) sorted by relevance
929 bool has_capture; in audioattach() local953 has_capture = (sc->sc_props & AUDIO_PROP_CAPTURE); in audioattach()974 if (has_capture) { in audioattach()998 KASSERT(has_playback || has_capture); in audioattach()1000 if (!has_playback || !has_capture) { in audioattach()1010 if (has_capture) { in audioattach()1014 if (has_playback && has_capture) { in audioattach()1066 if (has_playback && has_capture) in audioattach()