Lines Matching refs:input_device_name
53 "input_device_name=<name of the input device> "
103 "input_device_name",
581 const char *input_device_name = NULL;
595 pa_log("device and device_name are no longer supported. Please use input_device, input_device_name, output_device and output_device_name.");
635 /* Set the input_device to be opened. If set input_device_name is used,
642 if ((input_device_name = pa_modargs_get_value(ma, "input_device_name", NULL)) != NULL) {
646 if (strcmp(input_device_name, pwic.szPname) == 0)
652 pa_log("input_device not found: %s", input_device_name);
657 input_device_name = pwic.szPname;
659 input_device_name = "unknown";
726 pa_proplist_setf(data.proplist, PA_PROP_DEVICE_DESCRIPTION, "WaveIn on %s", input_device_name);