FreeBSD Bugzilla – Attachment 205654 Details for
Bug 233301
emulators/virtualbox-ose - multimedia issues on 13-current
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch which fixes logic error in DrvHostOSSAudio.cpp/ossStreamOpen
patch-vbox-sound-rev0.diff (text/plain), 782 bytes, created by
Steve Wills
on 2019-07-10 10:54:51 UTC
(
hide
)
Description:
patch which fixes logic error in DrvHostOSSAudio.cpp/ossStreamOpen
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2019-07-10 10:54:51 UTC
Size:
782 bytes
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 233301
:
203632
|
203633
| 205654 |
205683
|
205706
|
214798
|
216400