dsoundaudio: remove primary buffer
authorKővágó, Zoltán <dirty.ice.hu@gmail.com>
Fri, 12 Jun 2015 12:33:05 +0000 (14:33 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 15 Jun 2015 10:42:48 +0000 (12:42 +0200)
commit6dd35fd81e06d469b6f5280adee0a16ee383db57
tree8382b781d1a8ef734cb483c022eef5cc77c17a1a
parent2762955f723570944966347600b5746e7dd99388
dsoundaudio: remove primary buffer

Enabling this option just creates a playback buffer with the specified settings,
and then ignores it. It's probably some outdated hack to set audio formats on
windows. (The first created stream dictates all other streams settings, at least
on some Windows versions). Setting DAC_FIXED_SETTINGS should have the same
effect as setting (the now removed) primary buffer.

Signed-off-by: Kővágó, Zoltán <DirtY.iCE.hu@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
audio/dsoundaudio.c