aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_audiotrack.c
diff options
context:
space:
mode:
authorHaakon Sporsheim <[email protected]>2015-09-09 10:07:45 +0200
committerHaakon Sporsheim <[email protected]>2015-09-10 09:15:33 +0200
commit65fee6d192d8db243609a377ad49f146fc7e94ff (patch)
treeac533e9d81703e2876b8d06bcb9af02f3b24f8ff /src/cubeb_audiotrack.c
parent8d27b7e03b5ad39caebd6cf77ec75e74d48f71fc (diff)
downloadcubeb-65fee6d192d8db243609a377ad49f146fc7e94ff.tar.gz
cubeb-65fee6d192d8db243609a377ad49f146fc7e94ff.zip
Add enumerate_devices API
No backends support this yet.
Diffstat (limited to 'src/cubeb_audiotrack.c')
-rw-r--r--src/cubeb_audiotrack.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cubeb_audiotrack.c b/src/cubeb_audiotrack.c
index e296e1d..4d89de5 100644
--- a/src/cubeb_audiotrack.c
+++ b/src/cubeb_audiotrack.c
@@ -489,6 +489,9 @@ static struct cubeb_ops const audiotrack_ops = {
.get_max_channel_count = audiotrack_get_max_channel_count,
.get_min_latency = audiotrack_get_min_latency,
.get_preferred_sample_rate = audiotrack_get_preferred_sample_rate,
+ .enumerate_devices = NULL,
+ .device_info_destroy = NULL,
+ .device_id_to_str = NULL,
.destroy = audiotrack_destroy,
.stream_init = audiotrack_stream_init,
.stream_destroy = audiotrack_stream_destroy,