From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: timestamps on recorded events Date: Fri, 12 Apr 2002 13:01:08 +0200 Sender: alsa-devel-admin@lists.sourceforge.net Message-ID: References: <200204110944.AFK42109@msgdirector2.onetel.net.uk> <1018608745.13866.2.camel@insanity> Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: <1018608745.13866.2.camel@insanity> Errors-To: alsa-devel-admin@lists.sourceforge.net List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: To: Bob Ham Cc: ALSA Development Mailing List List-Id: alsa-devel@alsa-project.org At 12 Apr 2002 11:52:25 +0100, Bob Ham wrote: > > On Thu, 2002-04-11 at 11:31, Takashi Iwai wrote: > > > // enable time-stamp-update mode > > snd_seq_port_subscribe_set_time_update(subs, 1); > > // if you want to get real-time (not tick), call the > > // following, too > > // snd_seq_port_subscribe_set_time_real(subs, 1); > > Does the value of the integer that's passed to either of these functions > make any difference, or is it just their non-zeroness? the latter - it's non-zero boolean. Takashi