hda: fix codec ids
commitec4a804792ea20f716371a0a661efc9ec15c7ff0
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 26 Apr 2012 07:15:04 +0000 (26 09:15 +0200)
committermalc <av1474@comtv.ru>
Thu, 26 Apr 2012 08:54:17 +0000 (26 12:54 +0400)
treea00c7affb942b1dc1acc6cd65cdd053f3a7356b2
parent201100656986735250ed4cd47be6b8a31c771763
hda: fix codec ids

Our hda codecs exist in two variants:  With CONFIG_MIXEMU=y they expose
amplifiers for volume control to the guest, with CONFIG_MIXEMU=n they
don't.

This patch changes the codec ids, they are different now for these two
cases.  This makes sure windows guests will notice the difference.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: malc <av1474@comtv.ru>
hw/hda-audio.c