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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/mixer/
H A Dsimple_none.c49 #define MIXER_COMPARE_WEIGHT_NOT_FOUND 1000000000 macro
130 return MIXER_COMPARE_WEIGHT_NOT_FOUND;
194 if ((res = compare_mixer_priority_lookup((const char **)&name, names, 1000)) == MIXER_COMPARE_WEIGHT_NOT_FOUND)
195 return MIXER_COMPARE_WEIGHT_NOT_FOUND;
205 if ((res1 = compare_mixer_priority_lookup((const char **)&name, names1, 200)) == MIXER_COMPARE_WEIGHT_NOT_FOUND)
211 if ((res1 = compare_mixer_priority_lookup((const char **)&name, names2, 20)) == MIXER_COMPARE_WEIGHT_NOT_FOUND)

Completed in 74 milliseconds