This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
rtaudio
mirror of
https://github.com/falkTX/rtaudio
Watch
1
Star
0
Fork
0
Code
Releases
27
Activity
Browse Source
Fix ALSA CTL handle not being closed in the default case
tags/5.1.0
Connor MacDonald
7 years ago
parent
4a7ca4f1d4
commit
d79e960d70
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
RtAudio.cpp
+ 1
- 0
RtAudio.cpp
View File
@@ -7157,6 +7157,7 @@ bool RtApiAlsa :: probeDeviceOpen( unsigned int device, StreamMode mode, unsigne
if ( result == 0 ) {
if ( nDevices == device ) {
strcpy( name, "default" );
snd_ctl_close( chandle );
goto foundDevice;
}
nDevices++;
Write
Preview
Loading…
Cancel
Save