Codebase list callaudiod / c9f5c71
Update upstream source from tag 'upstream/0.1.9' Update to upstream version '0.1.9' with Debian dir 9726e771e5fb907425168d0843ba5b7ee6d9833d Arnaud Ferraris 11 months ago
2 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
77 project (
88 'callaudiod',
99 'c',
10 version : '0.1.8',
10 version : '0.1.9',
1111 license : 'LGPLv3+',
1212 meson_version : '>= 0.50.0',
1313 default_options :
8181 pa_source_port_info *port = source->ports[i];
8282
8383 if ((exclude && strcmp(port->name, exclude) == 0) ||
84 (port->type != PA_DEVICE_PORT_TYPE_MIC && port->type != PA_DEVICE_PORT_TYPE_HANDSET ) ||
8584 port->available == PA_PORT_AVAILABLE_NO) {
8685 continue;
8786 }