audio/winwave: previous audio buffer should be flushed
authormunkyu.im <munkyu.im@samsung.com>
Tue, 28 Aug 2012 07:42:06 +0000 (16:42 +0900)
committermalc <av1474@comtv.ru>
Tue, 28 Aug 2012 15:11:28 +0000 (19:11 +0400)
commit13ef70f64e9e4d7583fbd9918d8ea76194023d37
tree1ee465155572cb542fc64795b4e2a75563b39cfc
parent36c6711bbe79642b0102416a9dd4243505e874a6
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.im@samsung.com>
Signed-off-by: malc <av1474@comtv.ru>
audio/winwaveaudio.c