diff options
Diffstat (limited to 'src/cubeb_oss.c')
-rw-r--r-- | src/cubeb_oss.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cubeb_oss.c b/src/cubeb_oss.c index 083c37f..80e66da 100644 --- a/src/cubeb_oss.c +++ b/src/cubeb_oss.c @@ -1326,4 +1326,5 @@ static struct cubeb_ops const oss_ops = { .stream_get_current_device = oss_get_current_device, .stream_device_destroy = oss_stream_device_destroy, .stream_register_device_changed_callback = NULL, + .stream_get_max_request_size = NULL, .register_device_collection_changed = NULL}; |