ALSA: Provide a CLOCK_MONOTONIC_RAW timestamp type
[deliverable/linux.git] / include / uapi / sound / asound.h
index 224948342f141c81ce5751e40adf1cf66b956376..cbf7dc850a4640da4430dbfd5032cb188caf8d3e 100644 (file)
@@ -462,7 +462,8 @@ struct snd_xfern {
 enum {
        SNDRV_PCM_TSTAMP_TYPE_GETTIMEOFDAY = 0, /* gettimeofday equivalent */
        SNDRV_PCM_TSTAMP_TYPE_MONOTONIC,        /* posix_clock_monotonic equivalent */
-       SNDRV_PCM_TSTAMP_TYPE_LAST = SNDRV_PCM_TSTAMP_TYPE_MONOTONIC,
+       SNDRV_PCM_TSTAMP_TYPE_MONOTONIC_RAW,    /* monotonic_raw (no NTP) */
+       SNDRV_PCM_TSTAMP_TYPE_LAST = SNDRV_PCM_TSTAMP_TYPE_MONOTONIC_RAW,
 };
 
 /* channel positions */
This page took 0.024291 seconds and 5 git commands to generate.