All of lore.kernel.org
 help / color / mirror / Atom feed
From: Clemens Ladisch <clemens@ladisch.de>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org
Subject: Re: CONFIG_SND_RTC and CONFIG_SND_RTCTIMER and CONFIG_RTC, oh my!
Date: Fri, 17 May 2002 13:21:52 +0200	[thread overview]
Message-ID: <3CE4E7D0.36461BEB@ladisch.de> (raw)
In-Reply-To: 3CE0CF92.F5CFFB38@ladisch.de

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: bandwidth@sourceforge.net

  parent reply	other threads:[~2002-05-17 11:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-14  8:49 CONFIG_SND_RTC and CONFIG_SND_RTCTIMER and CONFIG_RTC, oh my! Clemens Ladisch
2002-05-14 17:56 ` Takashi Iwai
2002-05-17 11:21 ` Clemens Ladisch [this message]
2002-05-17 15:25   ` Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3CE4E7D0.36461BEB@ladisch.de \
    --to=clemens@ladisch.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.