Home
last modified time | relevance | path

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

/sound/core/
Dpcm_compat.c207 struct compat_timespec driver_tstamp; member
247 compat_put_timespec(&status.driver_tstamp, &src->driver_tstamp) || in snd_pcm_status_user_compat()
270 struct timespec driver_tstamp; member
311 put_timespec(&status.driver_tstamp, &src->driver_tstamp) || in snd_pcm_status_user_x32()
Dpcm_lib.c241 struct timespec driver_tstamp; in update_audio_tstamp() local
276 snd_pcm_gettime(substream->runtime, (struct timespec *)&driver_tstamp); in update_audio_tstamp()
277 runtime->driver_tstamp = driver_tstamp; in update_audio_tstamp()
Dpcm_native.c760 status->driver_tstamp = runtime->driver_tstamp; in snd_pcm_status()