From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [Alsa-user] RTC timer questions, reposting Date: Mon, 08 Apr 2002 14:57:57 +0200 Sender: alsa-devel-admin@lists.sourceforge.net Message-ID: References: <20020408095954.318f5fc3.mdeboer@iua.upf.es> <20020408102940.74be295c.mdeboer@iua.upf.es> Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII In-Reply-To: <20020408102940.74be295c.mdeboer@iua.upf.es> Errors-To: alsa-devel-admin@lists.sourceforge.net List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: To: Maarten de Boer Cc: Jaroslav Kysela , alsa-devel@alsa-project.org, alsa-user@alsa-project.org List-Id: alsa-devel@alsa-project.org Hi Maarten, sorry for late responce. i'm catching up now.. At Mon, 8 Apr 2002 10:29:40 +0200, Maarten de Boer wrote: > > On Mon, 8 Apr 2002 10:15:49 +0200 (CEST) > Jaroslav Kysela wrote: > > > The defines are in asound.h file - look for 'Timer section - /dev/snd/timer'. > > > > Usage (using defaults): > > > > options snd-seq snd_seq_default_timer_device=1 > > > > or (full specification): > > > > options snd-seq snd_seq_default_timer_class=1 \ > > snd_seq_default_timer_sclass=0 \ > > snd_seq_default_timer_card=-1 \ > > snd_seq_default_timer_device=1 \ > > snd_seq_default_timer_subdevice=0 > > > > Jaroslav > > Okay, thanks. > > Now I have in my modules.conf > > options snd-timer snd_timer_limit=2 > alias snd-timer-1 snd-rtctimer > options snd-seq snd_seq_default_timer_resolution=1000 snd_seq_default_timer_device=1 perhaps it would be better to put these stuffs as proc file, so that they are more configurable. > But when I run > $ /etc/init.d/alsasound start > the snd-rtctimer module is not inserted... Why is that? alsasound script doesn't load the timer modules, although it loads the sequencer client modules. the module will be loaded once when the timer source is accessed, e.g. starting your application. ciao, Takashi