From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39407) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S370G-0007s9-QI for qemu-devel@nongnu.org; Thu, 01 Mar 2012 09:29:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S370A-0005tN-CJ for qemu-devel@nongnu.org; Thu, 01 Mar 2012 09:29:08 -0500 Received: from mail-ey0-f173.google.com ([209.85.215.173]:55379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S370A-0005nd-21 for qemu-devel@nongnu.org; Thu, 01 Mar 2012 09:29:02 -0500 Received: by mail-ey0-f173.google.com with SMTP id n13so263499eaa.4 for ; Thu, 01 Mar 2012 06:29:01 -0800 (PST) From: "=?UTF-8?q?Marc-Andr=C3=A9=20Lureau?=" Date: Thu, 1 Mar 2012 15:28:01 +0100 Message-Id: <1330612087-1882-6-git-send-email-marcandre.lureau@redhat.com> In-Reply-To: <1330612087-1882-1-git-send-email-marcandre.lureau@redhat.com> References: <1330612087-1882-1-git-send-email-marcandre.lureau@redhat.com> In-Reply-To: <1316621468-32171-1-git-send-email-marcandre.lureau@redhat.com> References: <1316621468-32171-1-git-send-email-marcandre.lureau@redhat.com> Subject: [Qemu-devel] [PATCH 05/11] hw/ac97: the volume mask was not always 0x1f List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , kraxel@redhat.com It's a case by case, which will be added appropriately. --- hw/ac97.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/hw/ac97.c b/hw/ac97.c index f2804e6..f7866ed 100644 --- a/hw/ac97.c +++ b/hw/ac97.c @@ -118,7 +118,6 @@ enum { #define EACS_VRA 1 #define EACS_VRM 8 -#define VOL_MASK 0x1f #define MUTE_SHIFT 15 #define REC_MASK 7 -- 1.7.7.6