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/astal/wireplumber/audio.h | |
parent | 99dc6d3fbc99b955882c1d471c15e077cb44a45a (diff) |
add property for linear or cubic volume scale
Diffstat (limited to 'include/astal/wireplumber/audio.h')
-rw-r--r-- | include/astal/wireplumber/audio.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/astal/wireplumber/audio.h b/include/astal/wireplumber/audio.h index 2d54727..c1176e2 100644 --- a/include/astal/wireplumber/audio.h +++ b/include/astal/wireplumber/audio.h @@ -28,9 +28,6 @@ GList *astal_wp_audio_get_recorders(AstalWpAudio *self); GList *astal_wp_audio_get_streams(AstalWpAudio *self); GList *astal_wp_audio_get_devices(AstalWpAudio *self); -AstalWpAudio *astal_wp_audio_get_default(); -AstalWpAudio *astal_wp_get_default_audio(); - G_END_DECLS #endif // !ASTAL_WIREPLUMBER_AUDIO_H |