device: rename internal variable for consistency with node

This commit is contained in:
Wim Taymans 2019-05-14 18:06:48 +02:00
parent 5858c992ef
commit 23d4ed62dd
2 changed files with 9 additions and 9 deletions

View file

@ -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;