FreeBSD Bugzilla – Attachment 136045 Details for
Bug 181104
audio/mumble: dubious patch to allow OSS device selection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 841 bytes, created by
Natacha Porté
on 2013-08-07 09:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Natacha Porté
Created:
2013-08-07 09:10:00 UTC
Size:
841 bytes
patch
obsolete
>--- src/mumble/OSS.cpp.orig 2013-08-03 14:01:25.000000000 +0200 >+++ src/mumble/OSS.cpp 2013-08-03 14:12:51.000000000 +0200 >@@ -153,7 +153,6 @@ > qhOutput.insert(QString(), QLatin1String("Default OSS Device")); > qhDevices.insert(QString(), QLatin1String("/dev/dsp")); > >-#if (SOUND_VERSION >= 0x040002) > int mixerfd = open("/dev/mixer", O_RDWR, 0); > if (mixerfd == -1) { > qWarning("OSSEnumerator: Failed to open /dev/mixer"); >@@ -182,15 +181,14 @@ > if (ainfo.caps & PCM_CAP_HIDDEN) > continue; > >- qhDevices.insert(handle, device); >+ qhDevices.insert(name, device); > > if (ainfo.caps & PCM_CAP_INPUT) >- qhInput.insert(handle, name); >+ qhInput.insert(name, name); > if (ainfo.caps & PCM_CAP_OUTPUT) >- qhOutput.insert(handle, name); >+ qhOutput.insert(name, name); > } > close(mixerfd); >-#endif > } > > OSSInput::OSSInput() {
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 181104
: 136045