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

Modified Files:
        Kconfig Makefile 
Log Message:
- fixed the build of snd-msnd-pinnacle driver.
  added the dependency to CONFIG_X86 in Kconfig.


Index: Kconfig
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/isa/Kconfig,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Kconfig     30 Mar 2004 07:02:21 -0000      1.7
+++ Kconfig     24 May 2004 13:29:28 -0000      1.8
@@ -3,7 +3,7 @@
 
 config SND_MSND_PINNACLE
        tristate "Turtle Beach MultiSound Pinnacle/Fiji driver"
-       depends on SND
+       depends on SND && X86
        select SND_RAWMIDI
        select SND_PCM
        help

Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/isa/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Makefile    4 Feb 2004 19:32:52 -0000       1.13
+++ Makefile    24 May 2004 13:29:28 -0000      1.14
@@ -8,9 +8,7 @@
 #
 # ALSA extra code
 #
-ifeq (y,$(CONFIG_X86))
-obj-y  += msnd/
-endif
+obj-$(CONFIG_SND) += msnd/
 
 isapnp-files := als100.isapnp azt2320.isapnp dt019x.isapnp opl3sa2.isapnp \
                cmi8330.isapnp es18xx.isapnp sscape.isapnp



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to