Takashi Iwai wrote: > they are ruines from the old alsa-driver package. > all should be CONFIG_SND_RTCTIMER and take m/n/y. > > fixed now on cvs.
CONFIG_RTC is still missing. The patch below fakes it. Additionally, I've modified the initialization of rtcsup. (but I think it that line wasn't used anyway :) Index: Makefile.conf.in =================================================================== RCS file: /cvsroot/alsa/alsa-driver/Makefile.conf.in,v retrieving revision 1.37 diff -u -r1.37 Makefile.conf.in --- Makefile.conf.in 14 May 2002 17:55:38 -0000 1.37 +++ Makefile.conf.in 17 May 2002 11:12:56 -0000 @@ -54,6 +54,7 @@ CONFIG_SND_SEQUENCER_OSS = n endif CONFIG_SND_RTCTIMER = @CONFIG_SND_RTCTIMER@ +CONFIG_RTC = @CONFIG_RTC@ INCLUDE = -I$(TOPDIR)/include -I$(CONFIG_SND_KERNELDIR)/include CFLAGS = $(MODFLAGS) $(INCLUDE) $(c_opts) -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe Index: configure.in =================================================================== RCS file: /cvsroot/alsa/alsa-driver/configure.in,v retrieving revision 1.106 diff -u -r1.106 configure.in --- configure.in 14 May 2002 17:55:38 -0000 1.106 +++ configure.in 17 May 2002 11:12:56 -0000 @@ -714,7 +714,7 @@ dnl Check for RTC timer support... AC_MSG_CHECKING(for RTC callback support in kernel) -rtcsup="0" +rtcsup="n" ac_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include" AC_TRY_RUN([ @@ -743,6 +743,8 @@ CFLAGS=$ac_save_CFLAGS CONFIG_SND_RTCTIMER=$rtcsup AC_SUBST(CONFIG_SND_RTCTIMER) +CONFIG_RTC=CONFIG_SND_RTCTIMER +AC_SUBST(CONFIG_RTC) dnl Check for which cards to compile driver for... ALSA_TOPLEVEL_INIT _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel