Update of /cvsroot/alsa/alsa-kernel/pci/ice1712
In directory sc8-pr-cvs1:/tmp/cvs-serv19766/pci/ice1712

Modified Files:
        Makefile ak4xxx.c 
Log Message:
Sync with 2.5 tree - mostly small updates and build fixes

Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/ice1712/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile    4 Jun 2003 12:02:22 -0000       1.8
+++ Makefile    10 Jun 2003 14:07:21 -0000      1.9
@@ -3,9 +3,10 @@
 # Copyright (c) 2001 by Jaroslav Kysela <[EMAIL PROTECTED]>
 #
 
-snd-ice1712-objs := ice1712.o delta.o hoontech.o ews.o ak4xxx.o
-snd-ice1724-objs := ice1724.o amp.o revo.o aureon.o ak4xxx.o
+snd-ice17xx-ak4xxx-objs := ak4xxx.o
+snd-ice1712-objs := ice1712.o delta.o hoontech.o ews.o
+snd-ice1724-objs := ice1724.o amp.o revo.o aureon.o
 
 # Toplevel Module Dependency
-obj-$(CONFIG_SND_ICE1712) += snd-ice1712.o
-obj-$(CONFIG_SND_ICE1724) += snd-ice1724.o
+obj-$(CONFIG_SND_ICE1712) += snd-ice1712.o snd-ice17xx-ak4xxx.o
+obj-$(CONFIG_SND_ICE1724) += snd-ice1724.o snd-ice17xx-ak4xxx.o

Index: ak4xxx.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/ice1712/ak4xxx.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ak4xxx.c    4 Jun 2003 12:02:22 -0000       1.3
+++ ak4xxx.c    10 Jun 2003 14:07:23 -0000      1.4
@@ -168,3 +168,7 @@
        }
        return 0;
 }
+
+EXPORT_SYMBOL(snd_ice1712_akm4xxx_init);
+EXPORT_SYMBOL(snd_ice1712_akm4xxx_free);
+EXPORT_SYMBOL(snd_ice1712_akm4xxx_build_controls);



-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to