diff options
author | Matthew Gregan <[email protected]> | 2021-11-09 12:49:38 +1300 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2021-11-09 12:57:23 +1300 |
commit | af916565fd99e2577b050fe6515ad78e5cd5a8b5 (patch) | |
tree | 099121e35f3affdf2042255bc8fc7111057c55e1 /src/cubeb_sndio.c | |
parent | 07c352c65a95cb0ed44353859b83ee494458ca63 (diff) | |
download | cubeb-get_max_req_size.tar.gz cubeb-get_max_req_size.zip |
WIP: Add cubeb_stream_get_max_request_size API.get_max_req_size
This is intended to support https://github.com/mozilla/audioipc-2/issues/124
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 d7fb792..db563b4 100644 --- a/src/cubeb_sndio.c +++ b/src/cubeb_sndio.c @@ -666,4 +666,5 @@ static struct cubeb_ops const sndio_ops = { .stream_get_current_device = NULL, .stream_device_destroy = NULL, .stream_register_device_changed_callback = NULL, + .stream_get_max_request_size = NULL, .register_device_collection_changed = NULL}; |