Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/audio/
H A Daudio.c629 static bool audio_can_capture(struct audio_softc *);
2362 if ((flags & FREAD) != 0 && audio_can_capture(sc)) in audio_open()
7943 audio_can_capture(struct audio_softc *sc) in audio_can_capture() function