Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/dev/pci Pull up revision 1.5 (requested by minoura):



details:   https://anonhg.NetBSD.org/src/rev/d210051ccf35
branches:  netbsd-1-5
changeset: 491809:d210051ccf35
user:      he <he%NetBSD.org@localhost>
date:      Sat May 26 17:13:55 2001 +0000

description:
Pull up revision 1.5 (requested by minoura):
  Correct bug in initializing gain registers.  Fixes L-R imbalance.

diffstat:

 sys/dev/pci/yds.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2c9ade9ba378 -r d210051ccf35 sys/dev/pci/yds.c
--- a/sys/dev/pci/yds.c Sat May 26 16:40:34 2001 +0000
+++ b/sys/dev/pci/yds.c Sat May 26 17:13:55 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: yds.c,v 1.3.6.2 2001/05/01 11:45:46 he Exp $   */
+/*     $NetBSD: yds.c,v 1.3.6.3 2001/05/26 17:13:55 he Exp $   */
 
 /*
  * Copyright (c) 2000, 2001 Kazuki Sakamoto and Minoura Makoto.
@@ -1450,6 +1450,7 @@
                        if (i == 0) {
                                psb->lchgain = psb->lchgainend = gain;
                        } else {
+                               psb->lchgain = psb->lchgainend = 0;
                                psb->rchgain = psb->rchgainend = gain;
                                psb->format |= PSLT_FORMAT_RCH;
                        }



Home | Main Index | Thread Index | Old Index