mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: map "device.sysfs.path" to "sysfs.path"
This commit is contained in:
parent
0d33760b71
commit
e0731f0ffa
2 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ const struct str_map media_role_map[] = {
|
|||
|
||||
const struct str_map props_key_map[] = {
|
||||
{ PW_KEY_DEVICE_BUS_PATH, "device.bus_path" },
|
||||
{ PW_KEY_DEVICE_SYSFS_PATH, "sysfs.path" },
|
||||
{ PW_KEY_DEVICE_FORM_FACTOR, "device.form_factor" },
|
||||
{ PW_KEY_DEVICE_ICON_NAME, "device.icon_name" },
|
||||
{ PW_KEY_DEVICE_INTENDED_ROLES, "device.intended_roles" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue