Lines Matching defs:device
16 * Support for the verb/device/modifier core logic and API,
359 int device)
366 if (snd_ctl_pcm_next_device(ctl, &device) < 0 || device < 0)
369 snd_pcm_info_set_device(pcminfo, device);
374 uc_error("Unable to obtain PCM info (device %d)", device);
456 uc_error("Control device is not defined!");
462 uc_error("Control device '%s' not found", s);
467 uc_error("Missing device type!");
757 MATCH_VARIABLE2(value, "${find-device:", rval_device_lookup, false);