diff options
author | Alex Chronopoulos <[email protected]> | 2016-01-20 20:17:11 +0200 |
---|---|---|
committer | Alex Chronopoulos <[email protected]> | 2016-01-20 20:17:11 +0200 |
commit | 22f38cd3ff788e1953b8535f13588641d0d06b61 (patch) | |
tree | 12ac64b6ab048f119def653377a08ebff2baa02f /src/cubeb_winmm.c | |
parent | 5b4fc32f4343446e442fb49e6f0cf49de5d72d06 (diff) | |
download | cubeb-22f38cd3ff788e1953b8535f13588641d0d06b61.tar.gz cubeb-22f38cd3ff788e1953b8535f13588641d0d06b61.zip |
Signature change for stream init and data callback
Diffstat (limited to 'src/cubeb_winmm.c')
-rw-r--r-- | src/cubeb_winmm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cubeb_winmm.c b/src/cubeb_winmm.c index cccce5d..ccae145 100644 --- a/src/cubeb_winmm.c +++ b/src/cubeb_winmm.c @@ -380,7 +380,9 @@ static void winmm_stream_destroy(cubeb_stream * stm); static int winmm_stream_init(cubeb * context, cubeb_stream ** stream, char const * stream_name, + char const * input_device_name, cubeb_stream_params * input_stream_params, + char const * output_device_name, cubeb_stream_params * output_stream_params, unsigned int latency, cubeb_data_callback data_callback, |