From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7AKf-0007YP-IM for qemu-devel@nongnu.org; Mon, 12 Mar 2012 14:51:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7AKZ-0008Qv-CM for qemu-devel@nongnu.org; Mon, 12 Mar 2012 14:50:57 -0400 Received: from mail-ee0-f45.google.com ([74.125.83.45]:58705) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7AKZ-0008IV-2r for qemu-devel@nongnu.org; Mon, 12 Mar 2012 14:50:51 -0400 Received: by mail-ee0-f45.google.com with SMTP id t10so1686104eei.4 for ; Mon, 12 Mar 2012 11:50:50 -0700 (PDT) From: "=?UTF-8?q?Marc-Andr=C3=A9=20Lureau?=" Date: Mon, 12 Mar 2012 19:50:05 +0100 Message-Id: <1331578211-18232-6-git-send-email-marcandre.lureau@redhat.com> In-Reply-To: <1331578211-18232-1-git-send-email-marcandre.lureau@redhat.com> References: <1331578211-18232-1-git-send-email-marcandre.lureau@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 05/11] hw/ac97: the volume mask is not only 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?= , dnb@redhat.com, dlaor@redhat.com, kraxel@redhat.com It's a case by case (see Table 66. AC ‘97 Baseline Audio Register Map) --- 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