http://bugs.winehq.org/show_bug.cgi?id=14717
--- Comment #125 from Raymond superquad.vortex2@gmail.com 2011-01-17 02:44:26 CST --- (In reply to comment #115)
diff --git a/dlls/dsound/buffer.c b/dlls/dsound/buffer.c index 3148502..10e68c8 100644 --- a/dlls/dsound/buffer.c +++ b/dlls/dsound/buffer.c @@ -500,6 +500,7 @@ static HRESULT WINAPI IDirectSoundBufferImpl_Lock( ) { HRESULT hres = DS_OK; IDirectSoundBufferImpl *This = (IDirectSoundBufferImpl *)iface;
- INT firspace;
Why winealsa did not specify DSDDESC_DONTNEEDPRIMARYLOCK when using "hw" device since it already exclusively open "hw:0,0" just as same as wineoss ?
if ( snd_pcm_type(pcm) == SND_PCM_TYPE_HW ) WOutDev[This->drv->wDevID].ds_desc.dwflags |= DSDDESC_DONTNEEDPRIMARYLOCK ;