aboutsummaryrefslogtreecommitdiff
path: root/include/pcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pcm.h')
-rw-r--r--include/pcm.h6
1 files changed, 3 insertions, 3 deletions
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 */