aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_sun.c
diff options
context:
space:
mode:
authorAndreas Pehrson <[email protected]>2023-11-21 11:21:23 +0100
committerAndreas Pehrson <[email protected]>2024-01-15 15:25:40 +0100
commit5a2df9b0aaa5352c168b7aa2a29d80f8a0e3880b (patch)
tree05d02aadeb7e680757be5cea15695feab4394a91 /src/cubeb_sun.c
parentffec8ede4c8ab15c0db3043c793b0c82e299e14d (diff)
downloadcubeb-5a2df9b0aaa5352c168b7aa2a29d80f8a0e3880b.tar.gz
cubeb-5a2df9b0aaa5352c168b7aa2a29d80f8a0e3880b.zip
Add APIs for input processing
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};