View | Details | Raw Unified | Return to bug 233301 | Differences between
and this patch

Collapse All | Expand All

(-)emulators/virtualbox-ose/files/patch-src-VBox-Devices-Audio-DrvHostOssAudio.cpp (+11 lines)
Added Link Here
1
--- src/VBox/Devices/Audio/DrvHostOSSAudio.cpp.orig	2019-07-09 13:13:24.251587000 -0400
2
+++ src/VBox/Devices/Audio/DrvHostOSSAudio.cpp	2019-07-09 13:13:26.112724000 -0400
3
@@ -224,7 +224,7 @@
4
 
5
 static int ossStreamOpen(const char *pszDev, int fOpen, POSSAUDIOSTREAMCFG pOSSReq, POSSAUDIOSTREAMCFG pOSSAcq, int *phFile)
6
 {
7
-    int rc = VERR_AUDIO_STREAM_COULD_NOT_CREATE;
8
+    int rc = VINF_SUCCESS;
9
 
10
     int hFile = -1;
11
     do

Return to bug 233301