This website requires JavaScript.
Explore
Help
Sign in
me
/
portaudio
Watch
1
Star
0
Fork
You've already forked portaudio
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
520
commits
32
branches
12
tags
5.8
MiB
042d6c7740
Commit graph
portaudio
/
src
/
os
/
win
/
pa_win_hotplug.c
Author
SHA1
Message
Date
Ross Bencina
231ecf77c7
hotplug: fix signed/unsigned parameter warning in pa_win_hotplug.c
2016-09-10 23:47:21 +10:00
Ross Bencina
b45ec9ed0a
Moved hotplug function prototypes from random locations to new header file src/common/pa_hotplug.h. Added draft documentation and licence headers. In pa_front.c moved devices changed code next to refresh device list code.
2016-09-02 20:52:42 +10:00
Ross Bencina
89f8f75a27
Merge of old SVN hotplug branch into current git HEAD. Includes hotplug support for DirectSound, WDM/KS. Both are working running in debugger but WDM/KS seems to be crashing in stand-alone build. I removed the use of struct _PaInternalInfo in hotplug/pa_front.c to reduce the size of the change. pa_win_dsound.c involved the most intricate changes due to other changes that had been made in the mean time. I've also initialized function ptrs ScanDeviceInfos, CommitDeviceInfos, DisposeDeviceInfos so this should build on all platforms.
2016-08-27 17:51:40 +10:00