From 7706d24965a268b6075d3fb5557ef6b96c889483 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Tue, 20 Aug 2024 11:50:05 +0200 Subject: add property for linear or cubic volume scale --- include/private/endpoint-private.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'include/private') 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 #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); -- cgit v1.2.3