Patch for sound CS4232 on 2.1.87

Eric Leblanc (jughead@generation.net)
Tue, 17 Feb 1998 23:26:12 -0500


Hi,

Just a patch for compiling CS4232 PnP soundcard. The Makefile forgot to
compile the a/d which is needed by the card.

diff -u --recursive --new-file linux-2.1.87/drivers/sound/Makefile linux/drivers/sound/Makefile
--- linux-2.1.87/drivers/sound/Makefile Tue Feb 17 15:59:52 1998
+++ linux/drivers/sound/Makefile Tue Feb 17 23:09:41 1998
@@ -183,10 +183,10 @@
endif

ifeq ($(CONFIG_CS4232),y)
-LX_OBJS += cs4232.o
+LX_OBJS += cs4232.o ad1848.o
else
ifeq ($(CONFIG_CS4232),m)
- MX_OBJS += cs4232.o
+ MX_OBJS += cs4232.o ad1848.o
endif
endif

-- 
Eric Leblanc

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu