Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/control/
H A Dnamehint.c43 long device_input; member
175 device = list->device_input >= 0 ? list->device_input : list->device; in get_dev_name()
228 if (list->device >= 0 || list->device_input >= 0 || list->device_output >= 0) in get_dev_name()
251 list->device_input = -1; in try_config()
337 list->device_input = dev; in try_config()
340 if (snd_config_search(cfg, "device_input", &n) >= 0) { in try_config()
341 if (snd_config_get_integer(n, &list->device_input) < 0) { in try_config()
342 SNDERR("(%s) device_input must be an integer", buf); in try_config()
357 if (list->device_input < in try_config()
[all...]

Completed in 1 milliseconds