SND_PCM_TSTAMP_MMAP -> SND_PCM_TSTAMP_ENABLE change

This commit is contained in:
Jaroslav Kysela 2008-01-11 08:54:07 +01:00
parent 70b11d614d
commit 6814d23d29
4 changed files with 7 additions and 7 deletions

View file

@ -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 */