diff options
Diffstat (limited to 'src/cubeb_kai.c')
-rw-r--r-- | src/cubeb_kai.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cubeb_kai.c b/src/cubeb_kai.c index 0a0d676..dd2af87 100644 --- a/src/cubeb_kai.c +++ b/src/cubeb_kai.c @@ -351,6 +351,7 @@ static struct cubeb_ops const kai_ops = { /*.get_min_latency=*/kai_get_min_latency, /*.get_preferred_sample_rate =*/kai_get_preferred_sample_rate, /*.get_preferred_channel_layout =*/NULL, + /*.get_supported_input_processing_params =*/NULL, /*.enumerate_devices =*/NULL, /*.device_collection_destroy =*/NULL, /*.destroy =*/kai_destroy, @@ -364,6 +365,7 @@ static struct cubeb_ops const kai_ops = { /*.stream_set_volume =*/kai_stream_set_volume, /*.stream_set_name =*/NULL, /*.stream_get_current_device =*/NULL, + /*.stream_set_input_processing_params =*/NULL, /*.stream_device_destroy =*/NULL, /*.stream_register_device_changed_callback=*/NULL, /*.register_device_collection_changed=*/NULL}; |