diff options
Diffstat (limited to 'HAL-afb/hal-most-unicens/wrap_volume.h')
-rw-r--r-- | HAL-afb/hal-most-unicens/wrap_volume.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/HAL-afb/hal-most-unicens/wrap_volume.h b/HAL-afb/hal-most-unicens/wrap_volume.h index b17bc26..3378540 100644 --- a/HAL-afb/hal-most-unicens/wrap_volume.h +++ b/HAL-afb/hal-most-unicens/wrap_volume.h @@ -21,3 +21,5 @@ #include <systemd/sd-event.h>
extern int wrap_volume_init(void);
+extern int wrap_volume_master(int volume);
+extern int wrap_volume_pcm(int *volume_ptr, int volume_sz);
|