mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
prop: introduce new PA_PROP_DEVICE_INTENDED_ROLES property
This commit is contained in:
parent
12d53826f6
commit
f13bbd576f
7 changed files with 28 additions and 0 deletions
|
|
@ -167,6 +167,7 @@ pa_source* pa_source_new(
|
|||
|
||||
pa_device_init_description(data->proplist);
|
||||
pa_device_init_icon(data->proplist, FALSE);
|
||||
pa_device_init_intended_roles(data->proplist);
|
||||
|
||||
if (pa_hook_fire(&core->hooks[PA_CORE_HOOK_SOURCE_FIXATE], data) < 0) {
|
||||
pa_xfree(s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue