| Submitter | Wu Fengguang |
|---|---|
| Date | Sept. 29, 2010, 4:18 a.m. |
| Message ID | <20100929041841.GA16868@localhost> |
| Download | mbox | patch |
| Permalink | /patch/66042/ |
| State | New |
| Headers | show |
Comments
On Wed, 29 Sep 2010, Wu Fengguang wrote: > Fix a rpos coordination bug between qpa_run_out() and qpa_thread_out(), > which shows up as playback noises. [..snip..] Thanks, applied.
Patch
--- qemu-kvm.orig/audio/paaudio.c 2010-09-29 10:28:25.000000000 +0800 +++ qemu-kvm/audio/paaudio.c 2010-09-29 12:11:45.000000000 +0800 @@ -111,8 +111,8 @@ static void *qpa_thread_out (void *arg) return NULL; } + pa->live = 0; pa->rpos = rpos; - pa->live -= decr; pa->decr += decr; }