mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
spa: improve object properties
This commit is contained in:
parent
dc83c10c9a
commit
82ee139f65
4 changed files with 37 additions and 12 deletions
|
|
@ -457,9 +457,10 @@ static struct alsa_object *alsa_create_object(struct monitor *monitor, uint32_t
|
|||
} else {
|
||||
rd_device_set_application_device_name(obj->reserve,
|
||||
spa_dict_lookup(info->props, SPA_KEY_API_ALSA_PATH));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* no device reservation, activate device right now */
|
||||
if (obj->reserve == NULL)
|
||||
set_profile(obj, 1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue