Update of /cvsroot/alsa/alsa-driver
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4490

Modified Files:
        INSTALL Makefile.conf.in configure.in 
Log Message:
Tentative MPU-401 driver with PnP for ACPI-enabled systems


Index: INSTALL
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/INSTALL,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- INSTALL     24 Feb 2004 15:23:09 -0000      1.159
+++ INSTALL     2 Mar 2004 16:52:20 -0000       1.160
@@ -273,6 +273,14 @@
     This module supports up to 8 cards and autoprobe.
 
 
+  Module snd-mpu401-acpi
+  ----------------------
+
+    Module for MPU-401 devices on ACPI-enabled motherboards.
+
+    This module supports up to 8 devices and autoprobe.
+
+
 Trouble Shooting
 ================
 

Index: Makefile.conf.in
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/Makefile.conf.in,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- Makefile.conf.in    30 Jan 2004 11:44:58 -0000      1.60
+++ Makefile.conf.in    2 Mar 2004 16:52:21 -0000       1.61
@@ -77,6 +77,7 @@
 CONFIG_USB             = @CONFIG_USB@
 CONFIG_SND_BIT32_EMUL  = @CONFIG_SND_BIT32_EMUL@
 CONFIG_VIDEO_DEV       = @CONFIG_VIDEO_DEV@
+CONFIG_ACPI_BUS                = @CONFIG_ACPI_BUS@
 
 ifndef NEW_KBUILD
 INCLUDE                = -I$(TOPDIR)/include @EXTRA_INCLUDES@ @KERNEL_INC@

Index: configure.in
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/configure.in,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -r1.231 -r1.232
--- configure.in        1 Mar 2004 08:49:00 -0000       1.231
+++ configure.in        2 Mar 2004 16:52:21 -0000       1.232
@@ -490,6 +490,10 @@
 CHECK_KERNEL_CONFIG(CONFIG_PCI, [PCI support in kernel])
 AC_SUBST(CONFIG_PCI)
 
+dnl Check for ACPI bus driver...
+CHECK_KERNEL_CONFIG(CONFIG_ACPI_BUS, [ACPI bus driver])
+AC_SUBST(CONFIG_ACPI_BUS)
+
 dnl Check for SGI/MIPS (HAL2) support...
 AC_MSG_CHECKING(for SGI/MIPS (HAL2) architecture)
 CONFIG_SGI=""



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to