Re: [PATCH v2 2/4] conf: allow to map sound device to host device

2020-07-31 Thread Daniel P . Berrangé
On Tue, Jul 28, 2020 at 06:58:41PM +0400, Roman Bogorodskiy wrote: > Introduce a new device element "" which allows > to map guest sound device specified using the "" > element to specific audio backend. > > Example: > > > > > > > > Thinking again about this design,

Re: [PATCH v2 2/4] conf: allow to map sound device to host device

2020-07-30 Thread Daniel P . Berrangé
On Tue, Jul 28, 2020 at 06:58:41PM +0400, Roman Bogorodskiy wrote: > Introduce a new device element "" which allows > to map guest sound device specified using the "" > element to specific audio backend. > > Example: > > > > > > > > > > This block maps to OSS audio

[PATCH v2 2/4] conf: allow to map sound device to host device

2020-07-28 Thread Roman Bogorodskiy
Introduce a new device element "" which allows to map guest sound device specified using the "" element to specific audio backend. Example: This block maps to OSS audio backend on the host using /dev/dsp0 device for both input (recording) and output (playback). OSS