[Bug 23080] New: allowing multiple handles to be opened on the same file descriptor
http://bugs.winehq.org/show_bug.cgi?id=23080 Summary: allowing multiple handles to be opened on the same file descriptor Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: ksquirrel.iv(a)gmail.com Created an attachment (id=28657) --> (http://bugs.winehq.org/attachment.cgi?id=28657) patch patch allowing multiple handles to be opened on the same file descriptor and return per-handle statistics about the amount of audio played -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23080 --- Comment #1 from Juan Lang <juan_lang(a)yahoo.com> 2010-06-07 15:05:56 --- You haven't said what bug you're fixing. Patches should be sent to wine-patches, they're not picked up from here. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23080 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.43 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23080 Raymond <superquad.vortex2(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |superquad.vortex2(a)gmail.com --- Comment #2 from Raymond <superquad.vortex2(a)gmail.com> 2010-06-08 22:12:53 --- (In reply to comment #0)
Created an attachment (id=28657) --> (http://bugs.winehq.org/attachment.cgi?id=28657) [details] patch
patch allowing multiple handles to be opened on the same file descriptor and return per-handle statistics about the amount of audio played
For alsa sound card which does not support hardware mixing , there is only one playback subdevice "hw:0,0,0" in "hw:0,0" and wine cannot open "hw:0,0" multiple times For those alsa sound card which support hardware mixing , there are more then one playback subdevices ( ymfpci and emu10k1 has 64 subdevices ) which allow wine to open multiple times since DSP mix them by hardware instead of wine mix by software There should be a voice management which limited the times of open to the number of voices supported -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23080 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2010-12-23 17:55:38 CST --- Patches should be sent to wine-patches(a)winehq.org, preferably in git diff format. For more info, see http://wiki.winehq.org/SubmittingPatches -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23080 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2010-12-23 17:56:34 CST --- Actually, this is a dupe. *** This bug has been marked as a duplicate of bug 22261 *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23080 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2010-12-23 18:29:47 CST --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org