Home
last modified time | relevance | path

Searched refs:compare_mixer_priority_lookup (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-lib/src/mixer/
H A Dsimple_none.c117 static int compare_mixer_priority_lookup(const char **name, const char * const *names, int coef) in compare_mixer_priority_lookup() function
193 if ((res = compare_mixer_priority_lookup((const char **)&name, names, 1000)) == MIXER_COMPARE_WEIGHT_NOT_FOUND) in get_compare_weight()
204 if ((res1 = compare_mixer_priority_lookup((const char **)&name, names1, 200)) == MIXER_COMPARE_WEIGHT_NOT_FOUND) in get_compare_weight()
210 if ((res1 = compare_mixer_priority_lookup((const char **)&name, names2, 20)) == MIXER_COMPARE_WEIGHT_NOT_FOUND) in get_compare_weight()

Completed in 4 milliseconds