Subject: Re: port-i386/34880: azalia support for Mac mini and MacBook Pro
To: None <port-i386-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: TAMURA Kent <kent@NetBSD.org>
List: netbsd-bugs
Date: 05/10/2007 06:20:02
The following reply was made to PR port-i386/34880; it has been noted by GNATS.

From: "TAMURA Kent" <kent@NetBSD.org>
To: gnats-bugs@netbsd.org, seebs@seebs.net
Cc: 
Subject: Re: port-i386/34880: azalia support for Mac mini and MacBook Pro
Date: Thu, 10 May 2007 15:17:16 +0900

 Would you test the -current with the following patch again?
 
 Index: azalia_codec.c
 ===================================================================
 RCS file: /cvsroot/src/sys/dev/pci/azalia_codec.c,v
 retrieving revision 1.39
 diff -u -r1.39 azalia_codec.c
 --- azalia_codec.c      10 May 2007 05:44:37 -0000      1.39
 +++ azalia_codec.c      10 May 2007 06:15:38 -0000
 @@ -2871,7 +2871,7 @@
         err = generic_mixer_init(this);
         if (err)
                 return err;
 -       if (false && this->subid == STAC9221_MAC) {
 +       if (true && this->subid == STAC9221_MAC) {
                 stac9221_gpio_unmute(this, 0);
                 stac9221_gpio_unmute(this, 1);
         }
 
 -- 
 TAMURA Kent <kent_2007 at hauN.org> <kent at NetBSD.org>