summaryrefslogtreecommitdiff
path: root/virtinst/devices/sound.py
diff options
context:
space:
mode:
Diffstat (limited to 'virtinst/devices/sound.py')
-rw-r--r--virtinst/devices/sound.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtinst/devices/sound.py b/virtinst/devices/sound.py
index eae36a11..c2f6435d 100644
--- a/virtinst/devices/sound.py
+++ b/virtinst/devices/sound.py
@@ -31,7 +31,7 @@ class DeviceSound(Device):
@staticmethod
def default_model(guest):
- if guest.os.is_q35():
+ if guest.defaults_to_pcie():
return "ich9"
return "ich6"