[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 02/14] audio: use qapi AudioFormat
From: |
Thomas Huth |
Subject: |
Re: [Qemu-arm] [Qemu-devel] [PATCH v4 02/14] audio: use qapi AudioFormat instead of audfmt_e |
Date: |
Tue, 29 Jan 2019 07:22:08 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
On 2019-01-28 23:43, Kővágó, Zoltán wrote:
> I had to include an enum for audio sampling formats into qapi, but that
> meant duplicating the audfmt_e enum. This patch replaces audfmt_e and
> associated values with the qapi generated AudioFormat enum.
>
> This patch is mostly a search-and-replace, except for switches where the
> qapi generated AUDIO_FORMAT_MAX caused problems.
>
> Signed-off-by: Kővágó, Zoltán <address@hidden>
> ---
Reviewed-by: Thomas Huth <address@hidden>