OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_capture
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/audio/
audio.c
929
bool
has_capture
;
local
953
has_capture
= (sc->sc_props & AUDIO_PROP_CAPTURE);
974
if (
has_capture
) {
998
KASSERT(has_playback ||
has_capture
);
1000
if (!has_playback || !
has_capture
) {
1010
if (
has_capture
) {
1014
if (has_playback &&
has_capture
) {
1066
if (has_playback &&
has_capture
)
Completed in 28 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026