Home
last modified time | relevance | path

Searched refs:driver_tstamp (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/sound/core/
Dpcm_lib.c239 struct timespec64 driver_tstamp; in update_audio_tstamp() local
279 snd_pcm_gettime(substream->runtime, &driver_tstamp); in update_audio_tstamp()
280 runtime->driver_tstamp = driver_tstamp; in update_audio_tstamp()
Dpcm_native.c1029 runtime->driver_tstamp.tv_sec; in snd_pcm_status64()
1031 runtime->driver_tstamp.tv_nsec; in snd_pcm_status64()
/Linux-v6.6/include/uapi/sound/
Dasound.h491 struct timespec driver_tstamp; /* useful in case reference system tstamp is reported with delay */ member
/Linux-v6.6/tools/include/uapi/sound/
Dasound.h491 struct timespec driver_tstamp; /* useful in case reference system tstamp is reported with delay */ member
/Linux-v6.6/include/sound/
Dpcm.h430 struct timespec64 driver_tstamp; member