Home
last modified time | relevance | path

Searched refs:trigger_tstamp (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/Documentation/sound/designs/
H A Dtimestamping.rst12 is responsible for updating the trigger_tstamp at the most appropriate
14 trigger_tstamp but update their internal calculations if the driver
19 The difference (tstamp - trigger_tstamp) defines the elapsed time.
101 and system time using the (tstamp-trigger_tstamp)/audio_tstamp
/openbmc/linux/sound/core/
H A Dpcm_native.c609 &substream->runtime->trigger_tstamp); in snd_pcm_timer_notify()
1020 status->trigger_tstamp_sec = runtime->trigger_tstamp.tv_sec; in snd_pcm_status64()
1021 status->trigger_tstamp_nsec = runtime->trigger_tstamp.tv_nsec; in snd_pcm_status64()
1186 snd_pcm_gettime(runtime, &runtime->trigger_tstamp); in snd_pcm_trigger_tstamp()
1189 runtime->trigger_tstamp = runtime->trigger_master->runtime->trigger_tstamp; in snd_pcm_trigger_tstamp()
/openbmc/linux/sound/hda/
H A Dhdac_stream.c674 snd_pcm_gettime(runtime, &runtime->trigger_tstamp); in snd_hdac_stream_timecounter_init()
/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h480 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */ member
/openbmc/linux/include/uapi/sound/
H A Dasound.h480 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */ member
/openbmc/linux/include/sound/
H A Dpcm.h350 struct timespec64 trigger_tstamp; /* trigger timestamp */ member
/openbmc/linux/sound/usb/
H A Dpcm.c1577 snd_pcm_gettime(runtime, &runtime->trigger_tstamp); in prepare_playback_urb()
/openbmc/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst1468 snd_timestamp_t trigger_tstamp; /* trigger timestamp */