diff options
author | Matthew Gregan <[email protected]> | 2016-01-26 16:35:23 +1300 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2016-01-26 16:35:23 +1300 |
commit | 72949dbdd13ed0a34ec8bc6647ac8e64a3c5284a (patch) | |
tree | c9ff121f0c76fafde956a827205a2a2c23c2ace7 /src/cubeb_sndio.c | |
parent | 2d8fc9358505cd87c5596cff142f1dc497e2a1ff (diff) | |
parent | 07d655880d969be460e87d48ceb6d5c8eb9ce51a (diff) | |
download | cubeb-72949dbdd13ed0a34ec8bc6647ac8e64a3c5284a.tar.gz cubeb-72949dbdd13ed0a34ec8bc6647ac8e64a3c5284a.zip |
Merge pull request #67 from achronop/device-notification
Device notification for PulseAudio
Diffstat (limited to 'src/cubeb_sndio.c')
-rw-r--r-- | src/cubeb_sndio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cubeb_sndio.c b/src/cubeb_sndio.c index 34110d1..d13b8f4 100644 --- a/src/cubeb_sndio.c +++ b/src/cubeb_sndio.c @@ -378,5 +378,6 @@ static struct cubeb_ops const sndio_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 }; |