Bug 865244 - Bustage fix again, on a CLOSED TREE.

This commit is contained in:
Paul Adenot 2013-06-10 21:43:05 +02:00
parent a1cfd9438d
commit 9d6b0ad6a6

View File

@ -427,6 +427,7 @@ audiotrack_stream_get_position(cubeb_stream * stream, uint64_t * position)
static struct cubeb_ops const audiotrack_ops = {
.init = audiotrack_init,
.get_backend_id = audiotrack_get_backend_id,
.get_max_channel_count = audiotrack_get_max_channel_count,
.destroy = audiotrack_destroy,
.stream_init = audiotrack_stream_init,
.stream_destroy = audiotrack_stream_destroy,