Lines Matching refs:device_input
43 long device_input;
175 device = list->device_input >= 0 ? list->device_input : list->device;
228 if (list->device >= 0 || list->device_input >= 0 || list->device_output >= 0)
251 list->device_input = -1;
337 list->device_input = dev;
340 if (snd_config_search(cfg, "device_input", &n) >= 0) {
341 if (snd_config_get_integer(n, &list->device_input) < 0) {
342 SNDERR("(%s) device_input must be an integer", buf);
357 if (list->device_input < 0)
358 list->device_input = DEV_SKIP;