From: Ross Bencina Date: Sat, 3 Sep 2016 04:19:23 +0000 (+1000) Subject: Merge branch 'master' into hotplug X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=46f97c7c20ec358bbb165313eff2c429b0ef200c;p=portaudio Merge branch 'master' into hotplug --- 46f97c7c20ec358bbb165313eff2c429b0ef200c diff --cc src/hostapi/wasapi/pa_win_wasapi.c index d764324,e865c7b..81ec25a --- a/src/hostapi/wasapi/pa_win_wasapi.c +++ b/src/hostapi/wasapi/pa_win_wasapi.c @@@ -1312,9 -1562,8 +1562,8 @@@ PaError PaWasapi_Initialize( PaUtilHost for (i = 0; i < paWasapi->deviceCount; ++i) { - DWORD state = 0; PaDeviceInfo *deviceInfo = &deviceInfoArray[i]; - deviceInfo->structVersion = 2; + deviceInfo->structVersion = 3; deviceInfo->hostApi = hostApiIndex; PA_DEBUG(("WASAPI: device idx: %02d\n", i));