Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Duse-case.h100 #define SND_USE_CASE_VERB_INACTIVE "Inactive" /**< Inactive Verb */ macro
/third_party/pulseaudio/src/modules/alsa/
Dalsa-ucm.c143 {SND_USE_CASE_VERB_INACTIVE, 0},
1385 profile = new_profile ? new_profile : SND_USE_CASE_VERB_INACTIVE; in pa_alsa_ucm_set_profile()
2061 snd_use_case_set(ucm->ucm_mgr, "_verb", SND_USE_CASE_VERB_INACTIVE); in ucm_probe_profile_set()
/third_party/alsa-lib/src/ucm/
Dmain.c2420 if (strcmp(verb_name, SND_USE_CASE_VERB_INACTIVE) != 0) { in set_verb_user()