From: Pete P. <pp...@us...> - 2002-02-15 19:47:33
|
Update of /cvsroot/linux-mips/linux/drivers/sound In directory usw-pr-cvs1:/tmp/cvs-serv7382/drivers/sound Modified Files: au1000.c Log Message: * removed runtime copyright prints * Added Pb1500 support (only pcmcia not working at this time) and modified all drivers as necessary * renamed most Au1000 registers to match latest databook * better Au1000 usb hardware fixes for early silicon * updated mtd driver to support Pb1500 partitioning Index: au1000.c =================================================================== RCS file: /cvsroot/linux-mips/linux/drivers/sound/au1000.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- au1000.c 2 Jan 2002 17:09:47 -0000 1.8 +++ au1000.c 15 Feb 2002 19:47:28 -0000 1.9 @@ -2007,7 +2007,7 @@ #endif /* AU1000_DEBUG */ // configure pins for AC'97 - outl(inl(PIN_FUNCTION) & ~0x02, PIN_FUNCTION); + outl(inl(SYS_PINFUNC) & ~0x02, SYS_PINFUNC); // Assert reset for 10msec to the AC'97 controller, and enable clock outl(AC97C_RS | AC97C_CE, AC97C_CNTRL); |