diff options
author | kotontrion <[email protected]> | 2024-08-20 11:50:05 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-08-20 11:50:05 +0200 |
commit | 7706d24965a268b6075d3fb5557ef6b96c889483 (patch) | |
tree | 2a0a544c6b2e67d5e218d68c76c3282ce84889b2 /include/private/endpoint-private.h | |
parent | 99dc6d3fbc99b955882c1d471c15e077cb44a45a (diff) |
add property for linear or cubic volume scale
Diffstat (limited to 'include/private/endpoint-private.h')
-rw-r--r-- | include/private/endpoint-private.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/private/endpoint-private.h b/include/private/endpoint-private.h index 171df3b..7431c78 100644 --- a/include/private/endpoint-private.h +++ b/include/private/endpoint-private.h @@ -5,12 +5,15 @@ #include <wp/wp.h> #include "endpoint.h" +#include "wp.h" G_BEGIN_DECLS -AstalWpEndpoint *astal_wp_endpoint_create(WpNode *node, WpPlugin *mixer, WpPlugin *defaults); +AstalWpEndpoint *astal_wp_endpoint_create(WpNode *node, WpPlugin *mixer, WpPlugin *defaults, + AstalWpWp *wp); AstalWpEndpoint *astal_wp_endpoint_init_as_default(AstalWpEndpoint *self, WpPlugin *mixer, - WpPlugin *defaults, AstalWpMediaClass type); + WpPlugin *defaults, AstalWpMediaClass type, + AstalWpWp *wp); void astal_wp_endpoint_update_default(AstalWpEndpoint *self, gboolean is_default); void astal_wp_endpoint_update_volume(AstalWpEndpoint *self); |