diff options
Diffstat (limited to 'src/cubeb_oss.c')
-rw-r--r-- | src/cubeb_oss.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cubeb_oss.c b/src/cubeb_oss.c index 8718fa3..7bda530 100644 --- a/src/cubeb_oss.c +++ b/src/cubeb_oss.c @@ -1335,6 +1335,7 @@ static struct cubeb_ops const oss_ops = { .get_max_channel_count = oss_get_max_channel_count, .get_min_latency = oss_get_min_latency, .get_preferred_sample_rate = oss_get_preferred_sample_rate, + .get_supported_input_processing_params = NULL, .enumerate_devices = oss_enumerate_devices, .device_collection_destroy = oss_device_collection_destroy, .destroy = oss_destroy, @@ -1348,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_processing_params = NULL, .stream_device_destroy = oss_stream_device_destroy, .stream_register_device_changed_callback = NULL, .register_device_collection_changed = NULL}; |