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

@ -380,8 +380,8 @@ struct sndrv_pcm_hw_params {
enum sndrv_pcm_tstamp {
SNDRV_PCM_TSTAMP_NONE = 0,
SNDRV_PCM_TSTAMP_MMAP,
SNDRV_PCM_TSTAMP_LAST = SNDRV_PCM_TSTAMP_MMAP,
SNDRV_PCM_TSTAMP_ENABLE,
SNDRV_PCM_TSTAMP_LAST = SNDRV_PCM_TSTAMP_ENABLE,
};
struct sndrv_pcm_sw_params {