From 81bfa8dd748fb19aec6f225c80e44c2b000056a9 Mon Sep 17 00:00:00 2001 From: itohy Date: Thu, 30 Sep 1999 23:30:15 +0000 Subject: [PATCH] Fix MIX_ATTEN_MASK value so that monitoring should work correctly. --- sys/dev/ic/ad1848reg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/ic/ad1848reg.h b/sys/dev/ic/ad1848reg.h index 594d0e37f10c..7d3387c76a0e 100644 --- a/sys/dev/ic/ad1848reg.h +++ b/sys/dev/ic/ad1848reg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ad1848reg.h,v 1.8 1999/09/06 17:07:05 rh Exp $ */ +/* $NetBSD: ad1848reg.h,v 1.9 1999/09/30 23:30:15 itohy Exp $ */ /* * Copyright (c) 1994 John Brezak @@ -170,7 +170,7 @@ /* Digital Mix Control reg bits - register I13 */ #define DIGITAL_MIX1_ENABLE 0x01 -#define MIX_ATTEN_MASK 0xfc +#define MIX_ATTEN_MASK 0x03 /* AD1848 Sound Port reg defines */ #define SP_LEFT_INPUT_CONTROL 0