Re: [PATCH v4 2/5] bhyve: implement sound device support

2020-08-24 Thread Daniel P . Berrangé
On Sat, Aug 22, 2020 at 05:11:53PM +0400, Roman Bogorodskiy wrote: > bhyve supports intel hda sound devices that could be specified > on the command like using "-1:0,hda,play=$play_dev,rec=$rec_dev", > where "1:0" is a PCI address, and "$play_dev" and "$rec_dev" > point to the playback and

[PATCH v4 2/5] bhyve: implement sound device support

2020-08-22 Thread Roman Bogorodskiy
bhyve supports intel hda sound devices that could be specified on the command like using "-1:0,hda,play=$play_dev,rec=$rec_dev", where "1:0" is a PCI address, and "$play_dev" and "$rec_dev" point to the playback and recording device on the host respectively. Currently, schema of the 'sound'