Re: [Qemu-devel] [PATCH] audio: fix audio timer rate conversion bug

2019-04-01 Thread Gerd Hoffmann
On Mon, Apr 01, 2019 at 08:59:20PM +0200, Volker Rümelin wrote: > Currently the default audio timer frequency is 1Hz instead of > a period of 1us. Also the audiodev timer-period property gets > converted like a frequency. Only handling of the legacy > QEMU_AUDIO_TIMER_PERIOD environment var

Re: [Qemu-devel] [PATCH] audio: fix audio timer rate conversion bug

2019-04-01 Thread Zoltán Kővágó
On 2019-04-01 20:59, Volker Rümelin wrote: > Currently the default audio timer frequency is 1Hz instead of > a period of 1us. Also the audiodev timer-period property gets > converted like a frequency. Only handling of the legacy > QEMU_AUDIO_TIMER_PERIOD environment variable is correct beca

[Qemu-devel] [PATCH] audio: fix audio timer rate conversion bug

2019-04-01 Thread Volker Rümelin
Currently the default audio timer frequency is 1Hz instead of a period of 1us. Also the audiodev timer-period property gets converted like a frequency. Only handling of the legacy QEMU_AUDIO_TIMER_PERIOD environment variable is correct because it's actually a frequency. With this patch the