summaryrefslogtreecommitdiff
path: root/include/astal/wireplumber/wp.h
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-07-20 15:53:07 +0200
committerkotontrion <[email protected]>2024-07-20 15:53:07 +0200
commitaf2ae01f168d3eb1f622de0112c959e1390883e0 (patch)
tree4629758737435217bf4725ecbf647ce9125bddb5 /include/astal/wireplumber/wp.h
parent86bff65898178fe6e58e8d02c9b6e588003621bc (diff)
add audio devices and profiles
Diffstat (limited to 'include/astal/wireplumber/wp.h')
-rw-r--r--include/astal/wireplumber/wp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/astal/wireplumber/wp.h b/include/astal/wireplumber/wp.h
index 94e68cc..3b4b5e5 100644
--- a/include/astal/wireplumber/wp.h
+++ b/include/astal/wireplumber/wp.h
@@ -4,6 +4,7 @@
#include <glib-object.h>
#include "audio.h"
+#include "device.h"
#include "endpoint.h"
G_BEGIN_DECLS
@@ -20,6 +21,8 @@ AstalWpEndpoint* astal_wp_wp_get_endpoint(AstalWpWp* self, guint id);
GList* astal_wp_wp_get_endpoints(AstalWpWp* self);
AstalWpEndpoint* astal_wp_wp_get_default_speaker(AstalWpWp* self);
AstalWpEndpoint* astal_wp_wp_get_default_microphone(AstalWpWp* self);
+AstalWpDevice* astal_wp_wp_get_device(AstalWpWp* self, guint id);
+GList* astal_wp_wp_get_devices(AstalWpWp* self);
G_END_DECLS