Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Fix the mixer controls to work a bit better.



details:   https://anonhg.NetBSD.org/src/rev/9d002b79fa85
branches:  trunk
changeset: 532213:9d002b79fa85
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Jun 02 18:33:06 2002 +0000

description:
Fix the mixer controls to work a bit better.

diffstat:

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

diffs (19 lines):

diff -r f0459106035f -r 9d002b79fa85 sys/dev/pci/esa.c
--- a/sys/dev/pci/esa.c Sun Jun 02 18:32:11 2002 +0000
+++ b/sys/dev/pci/esa.c Sun Jun 02 18:33:06 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: esa.c,v 1.12 2002/03/24 14:17:35 jmcneill Exp $ */
+/* $NetBSD: esa.c,v 1.13 2002/06/02 18:33:06 jmcneill Exp $ */
 
 /*
  * Copyright (c) 2001, 2002 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -1094,8 +1094,7 @@
         * So, we will swap the left and right mixer channels to compensate
         * for this.
         */ 
-       sc->codec_flags |= AC97_HOST_SWAPPED_CHANNELS;
-       sc->codec_flags |= AC97_HOST_DONT_READ;
+       sc->codec_flags = AC97_HOST_SWAPPED_CHANNELS;
 
        /* Attach AC97 host interface */
        sc->host_if.arg = self;



Home | Main Index | Thread Index | Old Index