From 6814d23d290296b10032c258cd36e3e54028c78d Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 11 Jan 2008 08:54:07 +0100 Subject: SND_PCM_TSTAMP_MMAP -> SND_PCM_TSTAMP_ENABLE change --- include/pcm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/pcm.h') diff --git a/include/pcm.h b/include/pcm.h index 6f4d0ebc..d217bb91 100644 --- a/include/pcm.h +++ b/include/pcm.h @@ -281,9 +281,9 @@ typedef enum _snd_pcm_xrun { typedef enum _snd_pcm_tstamp { /** No timestamp */ SND_PCM_TSTAMP_NONE = 0, - /** Update mmap'ed timestamp */ - SND_PCM_TSTAMP_MMAP, - SND_PCM_TSTAMP_LAST = SND_PCM_TSTAMP_MMAP + /** Update timestamp at every hardware position update */ + SND_PCM_TSTAMP_ENABLE, + SND_PCM_TSTAMP_LAST = SND_PCM_TSTAMP_ENABLE } snd_pcm_tstamp_t; /** Unsigned frames quantity */ -- cgit v1.2.3