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

Modified Files:
        Makefile 
Added Files:
        tea575x-tuner.c 
Log Message:
Added module for TEA575x radio tuners used in cheap FM801 based soundcards from Media 
Forte.

--- NEW FILE: tea575x-tuner.c ---
#include "../../alsa-kernel/i2c/other/tea575x-tuner.c"

Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/i2c/other/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile    11 Nov 2003 13:12:19 -0000      1.4
+++ Makefile    28 Jan 2004 18:43:15 -0000      1.5
@@ -5,7 +5,16 @@
 include $(SND_TOPDIR)/toplevel.config
 include $(SND_TOPDIR)/Makefile.conf
 
-export-objs += ak4xxx-adda.o ak4117.o
+# Hack for FM801 && TEA575x
+ifeq (y,$(CONFIG_VIDEO_DEV))
+ifeq (m,$(CONFIG_SND_FM801))
+EXTRA_CFLAGS += -DCONFIG_SND_FM801_TEA575X
+CONFIG_SND_FM801_TEA575X=m
+endif
+endif
+
+
+export-objs += ak4xxx-adda.o ak4117.o tea575x-tuner.o
 
 snd-ak4117-objs := ak4117.o
 



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to