aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_winmm.c
diff options
context:
space:
mode:
authorAlex Chronopoulos <[email protected]>2016-01-22 18:16:49 +0200
committerAlex Chronopoulos <[email protected]>2016-01-22 18:21:10 +0200
commit07d655880d969be460e87d48ceb6d5c8eb9ce51a (patch)
treef9c156d8762dcd4a7c37323e80132b8c7a2ab8d7 /src/cubeb_winmm.c
parent2de1ab50e16763fd88ec1b5bae30422de598eed0 (diff)
downloadcubeb-07d655880d969be460e87d48ceb6d5c8eb9ce51a.tar.gz
cubeb-07d655880d969be460e87d48ceb6d5c8eb9ce51a.zip
Device notification for PulseAudio
Diffstat (limited to 'src/cubeb_winmm.c')
-rw-r--r--src/cubeb_winmm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cubeb_winmm.c b/src/cubeb_winmm.c
index 15660a6..6c1bb48 100644
--- a/src/cubeb_winmm.c
+++ b/src/cubeb_winmm.c
@@ -1023,5 +1023,6 @@ static struct cubeb_ops const winmm_ops = {
/*.stream_set_panning =*/ NULL,
/*.stream_get_current_device =*/ NULL,
/*.stream_device_destroy =*/ NULL,
- /*.stream_register_device_changed_callback=*/ NULL
+ /*.stream_register_device_changed_callback=*/ NULL,
+ /*.register_device_collection_changed =*/ NULL
};