Searched refs:audio_tstamp (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/core/ |
| H A D | pcm_compat.c | 384 struct __snd_timespec64 audio_tstamp; member 446 sstatus.audio_tstamp = status->audio_tstamp; in snd_pcm_ioctl_sync_ptr_x32() 518 sync_ptr.s.status.audio_tstamp = status->audio_tstamp; in snd_pcm_ioctl_sync_ptr_buggy()
|
| H A D | pcm_lib.c | 238 struct timespec64 *audio_tstamp) in update_audio_tstamp() argument 266 *audio_tstamp = ns_to_timespec64(audio_nsecs); in update_audio_tstamp() 269 if (runtime->status->audio_tstamp.tv_sec != audio_tstamp->tv_sec || in update_audio_tstamp() 270 runtime->status->audio_tstamp.tv_nsec != audio_tstamp->tv_nsec) { in update_audio_tstamp() 271 runtime->status->audio_tstamp.tv_sec = audio_tstamp->tv_sec; in update_audio_tstamp() 272 runtime->status->audio_tstamp.tv_nsec = audio_tstamp->tv_nsec; in update_audio_tstamp() 296 struct timespec64 audio_tstamp; in snd_pcm_update_hw_ptr0() local 313 &audio_tstamp, in snd_pcm_update_hw_ptr0() 466 update_audio_tstamp(substream, &curr_tstamp, &audio_tstamp); in snd_pcm_update_hw_ptr0() 491 update_audio_tstamp(substream, &curr_tstamp, &audio_tstamp); in snd_pcm_update_hw_ptr0()
|
| H A D | pcm_native.c | 1071 runtime->status->audio_tstamp.tv_sec; in snd_pcm_status64() 1073 runtime->status->audio_tstamp.tv_nsec; in snd_pcm_status64() 3107 unsafe_put_user(__s.audio_tstamp.tv_sec, &__src->s.status.audio_tstamp.tv_sec, failed); \ 3108 unsafe_put_user(__s.audio_tstamp.tv_nsec, &__src->s.status.audio_tstamp.tv_nsec, failed);\ 3154 sstatus.audio_tstamp = status->audio_tstamp; in snd_pcm_sync_ptr() 3169 struct __snd_timespec audio_tstamp; member 3256 sstatus.audio_tstamp = status->audio_tstamp; in snd_pcm_ioctl_sync_ptr_compat()
|
| /linux/tools/perf/trace/beauty/include/uapi/sound/ |
| H A D | asound.h | 494 struct timespec audio_tstamp; /* sample counter, wall clock, PHC or on-demand sync'ed */ member 537 struct __snd_timespec audio_tstamp; /* from sample counter or wall clock */ member 580 struct __snd_timespec64 audio_tstamp; /* sample counter or wall clock */ member
|
| /linux/include/uapi/sound/ |
| H A D | asound.h | 494 struct timespec audio_tstamp; /* sample counter, wall clock, PHC or on-demand sync'ed */ member 537 struct __snd_timespec audio_tstamp; /* from sample counter or wall clock */ member 580 struct __snd_timespec64 audio_tstamp; /* sample counter or wall clock */ member
|
| /linux/Documentation/sound/designs/ |
| H A D | timestamping.rst | 41 The ALSA API also provide an audio_tstamp which reflects the passage 101 and system time using the (tstamp-trigger_tstamp)/audio_tstamp
|