From 2a0aa2d56bfdaf3612bf5182659486fc4dffbb7b Mon Sep 17 00:00:00 2001 From: Pavel Hrdina Date: Mon, 12 Feb 2024 10:40:19 +0100 Subject: [PATCH] virtinst: fix compare for audio devices Signed-off-by: Pavel Hrdina --- virtinst/devices/device.py | 1 + 1 file changed, 1 insertion(+) diff --git a/virtinst/devices/device.py b/virtinst/devices/device.py index 5cda6640b..9b908dff5 100644 --- a/virtinst/devices/device.py +++ b/virtinst/devices/device.py @@ -132,6 +132,7 @@ class Device(XMLBuilder): "interface": ["macaddr", "xmlindex"], "input": ["bus", "type", "xmlindex"], "sound": ["model", "xmlindex"], + "audio": ["type", "id"], "video": ["model", "xmlindex"], "watchdog": ["model", "xmlindex"], "hostdev": ["type", "managed", "xmlindex",