Blob Blame History Raw
From 6e88f5aa9602d0ec1d45311447c1524f015fa69c Mon Sep 17 00:00:00 2001
From: Giuseppe Scrivano <gscrivan@redhat.com>
Date: Mon, 15 Sep 2014 12:42:22 +0200
Subject: [PATCH 2/2] 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>
(cherry picked from commit f2ad0859181bc7c2aee197e1398879c049731df5)
---
 virtManager/addhardware.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtManager/addhardware.py b/virtManager/addhardware.py
index 02cff57..4078cb9 100644
--- a/virtManager/addhardware.py
+++ b/virtManager/addhardware.py
@@ -521,7 +521,7 @@ class vmmAddHardware(vmmGObjectUI):
         model.set_sort_column_id(0, Gtk.SortType.ASCENDING)
 
         stable_defaults = vm.stable_defaults()
-        stable_soundmodels = ["ich6", "ac97"]
+        stable_soundmodels = ["ich6", "ich9", "ac97"]
 
         for m in virtinst.VirtualAudio.MODELS:
             if m == virtinst.VirtualAudio.MODEL_DEFAULT and no_default:
-- 
1.9.3