]> git.proxmox.com Git - qemu.git/commit
hw/ac97: Use AC97_Record_Gain_Mute not AC97_Line_In_Volume_Mute
authorHans de Goede <hdegoede@redhat.com>
Mon, 7 May 2012 07:24:36 +0000 (09:24 +0200)
committermalc <av1474@comtv.ru>
Mon, 7 May 2012 12:31:40 +0000 (16:31 +0400)
commitf94e9b9b3535ea977c5a919f88adf36da95a8292
treea3a36dc2a3524e164067254de48b16a434f31f2a
parentd044be3714db9c3750c430a2bb1be74beee6fd27
hw/ac97: Use AC97_Record_Gain_Mute not AC97_Line_In_Volume_Mute

After commit 19677a380a70348134ed7650b294522617eb03fc:
"hw/ac97: add support for volume control"

We are (correctly) using AC97_Record_Gain_Mute and not AC97_Line_In_Volume_Mute
for recording volume, but various places in hw/ac97 were still assumimg that
we are using AC97_Line_In_Volume_Mute for record volume control, this patch
fixes this.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: malc <av1474@comtv.ru>
hw/ac97.c