Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/hda/
Dhda_controller.c494 struct timespec *system_ts, struct timespec *audio_ts, in azx_get_time_info() argument
507 snd_pcm_gettime(substream->runtime, system_ts); in azx_get_time_info()
531 *system_ts = ktime_to_timespec(xtstamp.sys_monoraw); in azx_get_time_info()
535 *system_ts = ktime_to_timespec(xtstamp.sys_realtime); in azx_get_time_info()
/Linux-v5.4/sound/soc/intel/skylake/
Dskl-pcm.c1249 struct timespec *system_ts, struct timespec *audio_ts, in skl_get_time_info() argument
1260 snd_pcm_gettime(substream->runtime, system_ts); in skl_get_time_info()
/Linux-v5.4/include/sound/
Dpcm.h64 struct timespec *system_ts, struct timespec *audio_ts,