On 1/23/19 2:13 PM, Zoltán Kővágó wrote:
>>> { 'struct': 'AudiodevPaPerDirectionOptions',
>>>'data': {
>>> -'*name': 'str' } }
>>> +'*name':'str',
>>> +'*channel-map': 'str' } }
>>
>> Ah, I see. Thats why patch #1 creates a AudiodevPaPerDirectionOptions
>> struct with jus
On 2019-01-17 11:03, Gerd Hoffmann wrote:
> On Thu, Jan 17, 2019 at 12:37:20AM +0100, Kővágó, Zoltán wrote:
>> Add an option to change the channel map used by pulseaudio. If not
>> specified, falls back to an OSS compatible channel map.
>>
>> Signed-off-by: Kővágó, Zoltán
>> ---
>> qapi/audio.js
On Thu, Jan 17, 2019 at 12:37:20AM +0100, Kővágó, Zoltán wrote:
> Add an option to change the channel map used by pulseaudio. If not
> specified, falls back to an OSS compatible channel map.
>
> Signed-off-by: Kővágó, Zoltán
> ---
> qapi/audio.json | 5 -
> audio/paaudio.c | 18 +++
Add an option to change the channel map used by pulseaudio. If not
specified, falls back to an OSS compatible channel map.
Signed-off-by: Kővágó, Zoltán
---
qapi/audio.json | 5 -
audio/paaudio.c | 18 ++
qemu-options.hx | 9 +
3 files changed, 27 insertions(+), 5