From 01e0997c75abeff9c361568f2bdc645f6c3c0ade Mon Sep 17 00:00:00 2001 From: Brendan Early Date: Wed, 30 Sep 2020 19:52:00 -0500 Subject: Add stream_set_name = null to cubeb_ops structs --- src/cubeb_audiounit.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cubeb_audiounit.cpp') diff --git a/src/cubeb_audiounit.cpp b/src/cubeb_audiounit.cpp index 4b506d0..f0586a1 100644 --- a/src/cubeb_audiounit.cpp +++ b/src/cubeb_audiounit.cpp @@ -3623,6 +3623,7 @@ cubeb_ops const audiounit_ops = { /*.stream_get_latency =*/ audiounit_stream_get_latency, /*.stream_get_input_latency =*/ NULL, /*.stream_set_volume =*/ audiounit_stream_set_volume, + /*.stream_set_name =*/ NULL, /*.stream_get_current_device =*/ audiounit_stream_get_current_device, /*.stream_device_destroy =*/ audiounit_stream_device_destroy, /*.stream_register_device_changed_callback =*/ audiounit_stream_register_device_changed_callback, -- cgit v1.2.3