[Qemu-devel] [PATCH 07/12] qapi: qapi for audio backends

2015-06-12 Thread Kővágó, Zoltán
This patch adds structures into qapi to replace the existing configuration structures used by audio backends currently. This qapi will be the base of the -audiodev command line parameter (that replaces the old environment variables based config). This is not a 1:1 translation of the old options,

Re: [Qemu-devel] [PATCH 07/12] qapi: qapi for audio backends

2015-06-12 Thread Kővágó Zoltán
2015-06-13 00:11 keltezéssel, Eric Blake írta: +## +# @AudiodevAlsaOptions +# +# Options of the alsa audio backend. +# +# @in: #optional options of the capture stream +# +# @out: #optional options of the playback stream Marked optional here... +# +# @threshold: #optional set the threshold

Re: [Qemu-devel] [PATCH 07/12] qapi: qapi for audio backends

2015-06-12 Thread Eric Blake
On 06/12/2015 06:33 AM, Kővágó, Zoltán wrote: This patch adds structures into qapi to replace the existing configuration structures used by audio backends currently. This qapi will be the base of the -audiodev command line parameter (that replaces the old environment variables based config).