Home
last modified time | relevance | path

Searched refs:conflicting_devices (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/alsa/
Dalsa-ucm.h201 pa_idxset *conflicting_devices; member
227 const char **conflicting_devices; member
Dalsa-ucm.c529 …device->conflicting_devices = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare… in ucm_get_device_property()
530 … ucm_add_devices_to_idxset(device->conflicting_devices, device, verb->devices, devices, n_confdev); in ucm_get_device_property()
570 modifier->n_confdev = snd_use_case_get_list(uc_mgr, id, &modifier->conflicting_devices); in ucm_get_modifier_property()
733 if (dev->conflicting_devices) { in append_lost_relationship()
734 PA_IDXSET_FOREACH(d, dev->conflicting_devices, idx) { in append_lost_relationship()
735 if (!d->conflicting_devices) in append_lost_relationship()
736 …d->conflicting_devices = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func… in append_lost_relationship()
738 if (pa_idxset_put(d->conflicting_devices, dev, NULL) == 0) in append_lost_relationship()
1182 if (dev->conflicting_devices) { /* the device defines conflicting devices */ in ucm_check_conformance()
1183 PA_IDXSET_FOREACH(d, dev->conflicting_devices, idx) { in ucm_check_conformance()
[all …]