Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/audio/
H A Daudio.c929 bool has_capture; in audioattach() local
953 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()