mirror of
https://github.com/reactos/wine.git
synced 2025-02-23 06:12:31 +00:00
dsound: DPRINTF -> TRACE.
This commit is contained in:
parent
e0740a7a60
commit
68a6ddf623
@ -1318,7 +1318,7 @@ HRESULT DirectSoundDevice_GetCaps(
|
||||
if (TRACE_ON(dsound)) {
|
||||
TRACE("(flags=0x%08x:\n",lpDSCaps->dwFlags);
|
||||
_dump_DSCAPS(lpDSCaps->dwFlags);
|
||||
DPRINTF(")\n");
|
||||
TRACE(")\n");
|
||||
}
|
||||
lpDSCaps->dwMinSecondarySampleRate = device->drvcaps.dwMinSecondarySampleRate;
|
||||
lpDSCaps->dwMaxSecondarySampleRate = device->drvcaps.dwMaxSecondarySampleRate;
|
||||
@ -1538,7 +1538,7 @@ HRESULT DirectSoundDevice_CreateSoundBuffer(
|
||||
TRACE("(structsize=%d)\n",dsbd->dwSize);
|
||||
TRACE("(flags=0x%08x:\n",dsbd->dwFlags);
|
||||
_dump_DSBCAPS(dsbd->dwFlags);
|
||||
DPRINTF(")\n");
|
||||
TRACE(")\n");
|
||||
TRACE("(bufferbytes=%d)\n",dsbd->dwBufferBytes);
|
||||
TRACE("(lpwfxFormat=%p)\n",dsbd->lpwfxFormat);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user