diff options
Diffstat (limited to 'src/cubeb_oss.c')
-rw-r--r-- | src/cubeb_oss.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cubeb_oss.c b/src/cubeb_oss.c index 7bda530..3d09ba4 100644 --- a/src/cubeb_oss.c +++ b/src/cubeb_oss.c @@ -1349,6 +1349,7 @@ static struct cubeb_ops const oss_ops = { .stream_set_volume = oss_stream_set_volume, .stream_set_name = NULL, .stream_get_current_device = oss_get_current_device, + .stream_set_input_mute = NULL, .stream_set_input_processing_params = NULL, .stream_device_destroy = oss_stream_device_destroy, .stream_register_device_changed_callback = NULL, |