aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_sun.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cubeb_sun.c')
-rw-r--r--src/cubeb_sun.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cubeb_sun.c b/src/cubeb_sun.c
index d3dcb12..6c6f682 100644
--- a/src/cubeb_sun.c
+++ b/src/cubeb_sun.c
@@ -719,6 +719,7 @@ static struct cubeb_ops const sun_ops = {
.get_max_channel_count = sun_get_max_channel_count,
.get_min_latency = sun_get_min_latency,
.get_preferred_sample_rate = sun_get_preferred_sample_rate,
+ .get_supported_input_processing_params = NULL,
.enumerate_devices = sun_enumerate_devices,
.device_collection_destroy = sun_device_collection_destroy,
.destroy = sun_destroy,
@@ -732,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_processing_params = NULL,
.stream_device_destroy = sun_stream_device_destroy,
.stream_register_device_changed_callback = NULL,
.register_device_collection_changed = NULL};