Re: [Qemu-devel] [PATCH v4 02/14] audio: use qapi AudioFormat instead of audfmt_e

2019-01-28 Thread Thomas Huth
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,

[Qemu-devel] [PATCH v4 02/14] audio: use qapi AudioFormat instead of audfmt_e

2019-01-28 Thread Kővágó, Zoltán
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_F