Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/
Dpcm_compat.c196 struct compat_timespec trigger_tstamp; member
236 compat_put_timespec(&status.trigger_tstamp, &src->trigger_tstamp) || in snd_pcm_status_user_compat()
259 struct timespec trigger_tstamp; member
300 put_timespec(&status.trigger_tstamp, &src->trigger_tstamp) || in snd_pcm_status_user_x32()
Dpcm_native.c507 &substream->runtime->trigger_tstamp); in snd_pcm_timer_notify()
754 status->trigger_tstamp = runtime->trigger_tstamp; in snd_pcm_status()
870 snd_pcm_gettime(runtime, &runtime->trigger_tstamp); in snd_pcm_trigger_tstamp()
873 runtime->trigger_tstamp = runtime->trigger_master->runtime->trigger_tstamp; in snd_pcm_trigger_tstamp()
Dpcm.c470 status.trigger_tstamp.tv_sec, status.trigger_tstamp.tv_nsec); in snd_pcm_substream_proc_status_read()
/linux-4.4.14/Documentation/sound/alsa/
Dtimestamping.txt8 is responsible for updating the trigger_tstamp at the most appropriate
10 trigger_tstamp but update their internal calculations if the driver
15 The difference (tstamp - trigger_tstamp) defines the elapsed time.
96 and system time using the (tstamp-trigger_tstamp)/audio_tstamp
/linux-4.4.14/sound/hda/
Dhdac_stream.c540 snd_pcm_gettime(runtime, &runtime->trigger_tstamp); in snd_hdac_stream_timecounter_init()
/linux-4.4.14/include/uapi/sound/
Dasound.h441 struct timespec trigger_tstamp; /* time when stream was started/stopped/paused */ member
/linux-4.4.14/include/sound/
Dpcm.h343 struct timespec trigger_tstamp; /* trigger timestamp */ member
/linux-4.4.14/sound/usb/
Dpcm.c1539 snd_pcm_gettime(runtime, &runtime->trigger_tstamp); in prepare_playback_urb()