virtManager: add "ich9" to the list of stable audio models
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1140937 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
0218d29a35
commit
f2ad085918
|
@ -521,7 +521,7 @@ class vmmAddHardware(vmmGObjectUI):
|
||||||
model.set_sort_column_id(0, Gtk.SortType.ASCENDING)
|
model.set_sort_column_id(0, Gtk.SortType.ASCENDING)
|
||||||
|
|
||||||
stable_defaults = vm.stable_defaults()
|
stable_defaults = vm.stable_defaults()
|
||||||
stable_soundmodels = ["ich6", "ac97"]
|
stable_soundmodels = ["ich6", "ich9", "ac97"]
|
||||||
|
|
||||||
for m in virtinst.VirtualAudio.MODELS:
|
for m in virtinst.VirtualAudio.MODELS:
|
||||||
if m == virtinst.VirtualAudio.MODEL_DEFAULT and no_default:
|
if m == virtinst.VirtualAudio.MODEL_DEFAULT and no_default:
|
||||||
|
|
Loading…
Reference in New Issue