An SNDCTL_DSP_SETDUPLEX failure should be a WARN(), not an ERR(),
commit170dbf4243a2db2524a99154d00ab6fcf2854345
authorFrancois Gouget <fgouget@free.fr>
Wed, 14 Jul 2004 21:44:50 +0000 (14 21:44 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 14 Jul 2004 21:44:50 +0000 (14 21:44 +0000)
treebf14b148a4b117e1833cc91e83667d304f87b842
parent7ed4451dd49acafdc87e135641172a367b005c84
An SNDCTL_DSP_SETDUPLEX failure should be a WARN(), not an ERR(),
since the OSS specifications say we have to call it before knowing if
the sound card is full-duplex capable.
dlls/winmm/wineoss/audio.c