Fix the mixer controls to work a bit better.

This commit is contained in:
jmcneill 2002-06-02 18:33:06 +00:00
parent 491c3ef8b6
commit 419bcc2917
1 changed files with 2 additions and 3 deletions

View File

@ -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>
@ -1094,8 +1094,7 @@ esa_attach(struct device *parent, struct device *self, void *aux)
* 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;