aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_kai.c
diff options
context:
space:
mode:
authorBrendan Early <[email protected]>2020-09-30 19:52:00 -0500
committerMatthew Gregan <[email protected]>2020-10-07 11:27:54 +1300
commit01e0997c75abeff9c361568f2bdc645f6c3c0ade (patch)
tree2e3312fa69baab86f4425004afd87f0c4eddbcdf /src/cubeb_kai.c
parent2e842a01f743a734e3720f817c22224af0a80298 (diff)
downloadcubeb-01e0997c75abeff9c361568f2bdc645f6c3c0ade.tar.gz
cubeb-01e0997c75abeff9c361568f2bdc645f6c3c0ade.zip
Add stream_set_name = null to cubeb_ops structs
Diffstat (limited to 'src/cubeb_kai.c')
-rw-r--r--src/cubeb_kai.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cubeb_kai.c b/src/cubeb_kai.c
index 0a621c9..36eaf12 100644
--- a/src/cubeb_kai.c
+++ b/src/cubeb_kai.c
@@ -363,6 +363,7 @@ static struct cubeb_ops const kai_ops = {
/*.stream_get_latency = */ kai_stream_get_latency,
/*.stream_get_input_latency = */ NULL,
/*.stream_set_volume =*/ kai_stream_set_volume,
+ /*.stream_set_name =*/ NULL,
/*.stream_get_current_device =*/ NULL,
/*.stream_device_destroy =*/ NULL,
/*.stream_register_device_changed_callback=*/ NULL,