From 65fee6d192d8db243609a377ad49f146fc7e94ff Mon Sep 17 00:00:00 2001 From: Haakon Sporsheim Date: Wed, 9 Sep 2015 10:07:45 +0200 Subject: Add enumerate_devices API No backends support this yet. --- src/cubeb_alsa.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cubeb_alsa.c') diff --git a/src/cubeb_alsa.c b/src/cubeb_alsa.c index 5901a3b..59b53e5 100644 --- a/src/cubeb_alsa.c +++ b/src/cubeb_alsa.c @@ -1116,6 +1116,9 @@ static struct cubeb_ops const alsa_ops = { .get_max_channel_count = alsa_get_max_channel_count, .get_min_latency = alsa_get_min_latency, .get_preferred_sample_rate = alsa_get_preferred_sample_rate, + .enumerate_devices = NULL, + .device_info_destroy = NULL, + .device_id_to_str = NULL, .destroy = alsa_destroy, .stream_init = alsa_stream_init, .stream_destroy = alsa_stream_destroy, -- cgit v1.2.3