Re: [Qemu-devel] [PATCH 09/25] audio: use qapi AudioFormat instead of audfmt_e
looks good, Reviewed-by: Marc-André Lureau -- Marc-André Lureau
[Qemu-devel] [PATCH 09/25] audio: use qapi AudioFormat instead of audfmt_e
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