mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
virt-install: Add support for multi-channel mode for 'usb' sound card
E.g.
virt-install \
... \
--sound model=usb,multichannel=yes
It results in the following domain xml:
<sound model="usb" multichannel="yes"/>
Signed-off-by: Lin Ma <lma@suse.de>
This commit is contained in:
@@ -749,6 +749,7 @@ source.reservations.managed=no,source.reservations.source.type=unix,source.reser
|
||||
--soundhw default
|
||||
--sound ac97
|
||||
--sound codec0.type=micro,codec1.type=duplex,codec2.type=output
|
||||
--sound model=usb,multichannel=yes
|
||||
|
||||
|
||||
--audio id=1,type=spice
|
||||
|
||||
Reference in New Issue
Block a user