Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 13ef70f64e9e4d7583fbd9918d8ea76194023d37
      
https://github.com/qemu/qemu/commit/13ef70f64e9e4d7583fbd9918d8ea76194023d37
  Author: munkyu.im <munkyu...@samsung.com>
  Date:   2012-08-28 (Tue, 28 Aug 2012)

  Changed paths:
    M audio/winwaveaudio.c

  Log Message:
  -----------
  audio/winwave: previous audio buffer should be flushed

Winwave audio backend has problem with pausing and restart audio out.
Unlike other backends, Winwave pausing API does not flush audio buffer.
As a result, the previous audio data are played in front of
user expected sound when user restart audio.
So changes it to waveOutReset()

Signed-off-by: Munkyu Im <munkyu...@samsung.com>
Signed-off-by: malc <av1...@comtv.ru>



Reply via email to