addhardware: Add usb as a recommended sound device

usb is an architecture-independent sound device and useful for
Windows on Arm, which does not support PC sound devices.

Signed-off-by: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
This commit is contained in:
Akihiko Odaki
2026-01-10 19:25:58 +01:00
committed by Pavel Hrdina
parent 6066332496
commit 10014e1505
+1 -1
View File
@@ -562,7 +562,7 @@ class vmmAddHardware(vmmGObjectUI):
@staticmethod
def sound_recommended_models(_guest):
return ["ich6", "ich9", "ac97"]
return ["ich6", "ich9", "ac97", "usb"]
@staticmethod
def sound_pretty_model(model):