dsound: Set default primary buffer sample rate and bits per sample.
commit44b7760e6aba07680efc8c1120e793473677a5ec
authorRobert Reif <reif@earthlink.net>
Thu, 6 Apr 2006 00:48:44 +0000 (5 20:48 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 8 Apr 2006 13:48:59 +0000 (8 15:48 +0200)
treec30e08ad58f56d1e034e4aac3b3af2103f40fefa
parent2eb46bb464f2c899ad81ee0b3890d40eaa611e9b
dsound: Set default primary buffer sample rate and bits per sample.

Programs that are written specifically for 2000 and xp don't bother to
set the primary buffer format because it's a noop.  However wine is
patterned after win9x and DirectX 7 or earlier which has a real
primary buffer and expects the program to change the primary buffer
format if necessary.
dlls/dsound/dsound.c
dlls/dsound/dsound_main.c
dlls/dsound/dsound_private.h