diff options
author | Brendan Early <[email protected]> | 2020-09-30 19:52:00 -0500 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2020-10-07 11:27:54 +1300 |
commit | 01e0997c75abeff9c361568f2bdc645f6c3c0ade (patch) | |
tree | 2e3312fa69baab86f4425004afd87f0c4eddbcdf /src/cubeb_sndio.c | |
parent | 2e842a01f743a734e3720f817c22224af0a80298 (diff) | |
download | cubeb-01e0997c75abeff9c361568f2bdc645f6c3c0ade.tar.gz cubeb-01e0997c75abeff9c361568f2bdc645f6c3c0ade.zip |
Add stream_set_name = null to cubeb_ops structs
Diffstat (limited to 'src/cubeb_sndio.c')
-rw-r--r-- | src/cubeb_sndio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cubeb_sndio.c b/src/cubeb_sndio.c index 6f4c1e5..41fa59a 100644 --- a/src/cubeb_sndio.c +++ b/src/cubeb_sndio.c @@ -662,6 +662,7 @@ static struct cubeb_ops const sndio_ops = { .stream_get_position = sndio_stream_get_position, .stream_get_latency = sndio_stream_get_latency, .stream_set_volume = sndio_stream_set_volume, + .stream_set_name = NULL, .stream_get_current_device = NULL, .stream_device_destroy = NULL, .stream_register_device_changed_callback = NULL, |