mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
device: rename internal variable for consistency with node
This commit is contained in:
parent
5858c992ef
commit
23d4ed62dd
2 changed files with 9 additions and 9 deletions
|
|
@ -273,7 +273,7 @@ struct pw_device {
|
|||
struct pw_device_info info; /**< introspectable device info */
|
||||
struct spa_param_info params[MAX_PARAMS];
|
||||
|
||||
struct spa_device *implementation; /**< implementation */
|
||||
struct spa_device *device; /**< device implementation */
|
||||
struct spa_hook listener;
|
||||
struct spa_hook_list listener_list;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue