http://bugs.winehq.org/show_bug.cgi?id=16942
Raymond superquad.vortex2@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |superquad.vortex2@gmail.com
--- Comment #9 from Raymond superquad.vortex2@gmail.com 2010-09-07 03:58:15 CDT --- (In reply to comment #0)
fixme:dsound:DirectSoundDevice_CreateSoundBuffer SubFormat {00000003-0000-0010-8000-00aa00389b71} not supported right now.
Call of Duty 5 has no sound because the subformat KSDATAFORMAT_SUBTYPE_IEEE_FLOAT is not implemented.
DSCAPS
dwFlags Flags describing device capabilities
DSCAPS_PRIMARY16BITS
The device supports a primary buffer with 16-bit samples.
DSCAPS_PRIMARY8BITS
The device supports primary buffers with 8-bit samples.
it seem that you are try to create a dsound buffer of 32bits which the devices does not support