Lines Matching defs:device
85 static char *device = NULL;
342 pa_log(_("Connected to device %s (index: %u, suspended: %s)."),
362 pa_log(_("Stream device suspended.%s"), CLEAR_LINE);
364 pa_log(_("Stream device resumed.%s"), CLEAR_LINE);
393 pa_log(_("Stream moved to device %s (%u, %ssuspended).%s"), pa_stream_get_device_name(s), pa_stream_get_device_index(s), pa_stream_is_suspended(s) ? "" : _("not "), CLEAR_LINE);
490 if (pa_stream_connect_playback(stream, device, &buffer_attr, flags, volume_is_set ? pa_cvolume_set(&cv, sample_spec.channels, volume) : NULL, NULL) < 0) {
500 if (pa_stream_connect_record(stream, device, &buffer_attr, flags) < 0) {
684 " -d, --device=DEVICE The name of the sink/source to connect to. The special names @DEFAULT_SINK@, @DEFAULT_SOURCE@ and @DEFAULT_MONITOR@ can be used to specify the default sink, source and monitor respectively.\n"
753 {"device", 1, NULL, 'd'},
837 pa_xfree(device);
838 device = pa_xstrdup(optarg);
1254 pa_xfree(device);