Searched refs:audio_can_capture (Results 1 – 1 of 1) sorted by relevance
629 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