Re: [Qemu-devel] [PATCH 09/25] audio: use qapi AudioFormat instead of audfmt_e

2015-08-20 Thread Marc-André Lureau
looks good, Reviewed-by: Marc-André Lureau -- Marc-André Lureau

[Qemu-devel] [PATCH 09/25] audio: use qapi AudioFormat instead of audfmt_e

2015-08-06 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