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@winehq.org ReportedBy: ksquirrel.iv@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
http://bugs.winehq.org/show_bug.cgi?id=23080
--- Comment #1 from Juan Lang juan_lang@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.
http://bugs.winehq.org/show_bug.cgi?id=23080
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.43
http://bugs.winehq.org/show_bug.cgi?id=23080
Raymond superquad.vortex2@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |superquad.vortex2@gmail.com
--- Comment #2 from Raymond superquad.vortex2@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
http://bugs.winehq.org/show_bug.cgi?id=23080
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
--- Comment #3 from Austin English austinenglish@gmail.com 2010-12-23 17:55:38 CST --- Patches should be sent to wine-patches@winehq.org, preferably in git diff format.
For more info, see http://wiki.winehq.org/SubmittingPatches
http://bugs.winehq.org/show_bug.cgi?id=23080
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #4 from Austin English austinenglish@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 ***
http://bugs.winehq.org/show_bug.cgi?id=23080
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com 2010-12-23 18:29:47 CST --- Closing.