diff options
author | Andreas Pehrson <[email protected]> | 2023-11-21 11:21:40 +0100 |
---|---|---|
committer | Andreas Pehrson <[email protected]> | 2024-01-15 15:25:40 +0100 |
commit | dd8a91f98260d2c6171a7cf8a73f8fd4bdbb5337 (patch) | |
tree | c0ccb7ad405da6d59a3023279f0ab646ba1fa565 /src/cubeb_sun.c | |
parent | 5a2df9b0aaa5352c168b7aa2a29d80f8a0e3880b (diff) | |
download | cubeb-dd8a91f98260d2c6171a7cf8a73f8fd4bdbb5337.tar.gz cubeb-dd8a91f98260d2c6171a7cf8a73f8fd4bdbb5337.zip |
Add an API for muting the input side of a stream
Diffstat (limited to 'src/cubeb_sun.c')
-rw-r--r-- | src/cubeb_sun.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cubeb_sun.c b/src/cubeb_sun.c index 6c6f682..cae9eef 100644 --- a/src/cubeb_sun.c +++ b/src/cubeb_sun.c @@ -733,6 +733,7 @@ static struct cubeb_ops const sun_ops = { .stream_set_volume = sun_stream_set_volume, .stream_set_name = NULL, .stream_get_current_device = sun_get_current_device, + .stream_set_input_mute = NULL, .stream_set_input_processing_params = NULL, .stream_device_destroy = sun_stream_device_destroy, .stream_register_device_changed_callback = NULL, |