Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/
Dmodule-detect.c59 static int detect_alsa(pa_core *c, int just_one) { in detect_alsa() argument
89 if (just_one && is_sink && n_sink >= 1) in detect_alsa()
92 if (just_one && !is_sink && n_source >= 1) in detect_alsa()
121 static int detect_oss(pa_core *c, int just_one) { in detect_oss() argument
201 if (just_one) in detect_oss()
211 static int detect_solaris(pa_core *c, int just_one) { in detect_solaris() argument
240 static int detect_waveout(pa_core *c, int just_one) { in detect_waveout() argument
254 bool just_one = false; in pa__init() local
265 if (pa_modargs_get_value_boolean(ma, "just-one", &just_one) < 0) { in pa__init()
271 if ((n = detect_alsa(m->core, just_one)) <= 0) in pa__init()
[all …]