Searched refs:snd_pcm_gettime (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/sound/core/ |
D | pcm_lib.c | 178 snd_pcm_gettime(runtime, (struct timespec *)&runtime->status->tstamp); in xrun() 274 snd_pcm_gettime(substream->runtime, (struct timespec *)&driver_tstamp); in update_audio_tstamp() 311 snd_pcm_gettime(runtime, (struct timespec *)&curr_tstamp); in snd_pcm_update_hw_ptr0() 313 snd_pcm_gettime(runtime, (struct timespec *)&curr_tstamp); in snd_pcm_update_hw_ptr0()
|
D | pcm_native.c | 762 snd_pcm_gettime(runtime, &status->tstamp); in snd_pcm_status() 859 snd_pcm_gettime(runtime, &runtime->trigger_tstamp); in snd_pcm_trigger_tstamp()
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_controller.c | 667 snd_pcm_gettime(substream->runtime, &substream->runtime->trigger_tstamp); in azx_pcm_trigger() 753 snd_pcm_gettime(substream->runtime, system_ts); in azx_get_time_info()
|
/linux-4.1.27/include/sound/ |
D | pcm.h | 1128 static inline void snd_pcm_gettime(struct snd_pcm_runtime *runtime, in snd_pcm_gettime() function
|
/linux-4.1.27/sound/usb/ |
D | pcm.c | 1471 snd_pcm_gettime(runtime, &runtime->trigger_tstamp); in prepare_playback_urb()
|