diff --git emulators/virtualbox-ose/files/patch-src-VBox-Devices-Audio-DrvHostOssAudio.cpp emulators/virtualbox-ose/files/patch-src-VBox-Devices-Audio-DrvHostOssAudio.cpp new file mode 100644 index 000000000000..c450487bc216 --- /dev/null +++ emulators/virtualbox-ose/files/patch-src-VBox-Devices-Audio-DrvHostOssAudio.cpp @@ -0,0 +1,11 @@ +--- src/VBox/Devices/Audio/DrvHostOSSAudio.cpp.orig 2019-07-09 13:13:24.251587000 -0400 ++++ src/VBox/Devices/Audio/DrvHostOSSAudio.cpp 2019-07-09 13:13:26.112724000 -0400 +@@ -224,7 +224,7 @@ + + static int ossStreamOpen(const char *pszDev, int fOpen, POSSAUDIOSTREAMCFG pOSSReq, POSSAUDIOSTREAMCFG pOSSAcq, int *phFile) + { +- int rc = VERR_AUDIO_STREAM_COULD_NOT_CREATE; ++ int rc = VINF_SUCCESS; + + int hFile = -1; + do