Home
last modified time | relevance | path

Searched refs:audio_tstamp_config (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/sound/soc/intel/skylake/
Dskl-pcm.c842 struct snd_pcm_audio_tstamp_config *audio_tstamp_config, in skl_get_time_info() argument
850 (audio_tstamp_config->type_requested == SNDRV_PCM_AUDIO_TSTAMP_TYPE_LINK)) { in skl_get_time_info()
856 if (audio_tstamp_config->report_delay) in skl_get_time_info()
/linux-4.4.14/sound/pci/hda/
Dhda_controller.c342 struct snd_pcm_audio_tstamp_config *audio_tstamp_config, in azx_get_time_info() argument
349 (audio_tstamp_config->type_requested == SNDRV_PCM_AUDIO_TSTAMP_TYPE_LINK)) { in azx_get_time_info()
355 if (audio_tstamp_config->report_delay) in azx_get_time_info()
/linux-4.4.14/Documentation/sound/alsa/
Dtimestamping.txt70 audio_tstamp_config fields, get an estimate of the timestamp
115 application, the audio_tstamp_config can be changed dynamically. In
/linux-4.4.14/include/sound/
Dpcm.h79 struct snd_pcm_audio_tstamp_config *audio_tstamp_config,
417 struct snd_pcm_audio_tstamp_config audio_tstamp_config; member
/linux-4.4.14/sound/core/
Dpcm_lib.c257 if (runtime->audio_tstamp_config.report_delay) { in update_audio_tstamp()
303 (runtime->audio_tstamp_config.type_requested != SNDRV_PCM_AUDIO_TSTAMP_TYPE_DEFAULT)) { in snd_pcm_update_hw_ptr0()
306 &runtime->audio_tstamp_config, in snd_pcm_update_hw_ptr0()
Dpcm_native.c735 &runtime->audio_tstamp_config); in snd_pcm_status()
738 if (runtime->audio_tstamp_config.type_requested == in snd_pcm_status()
741 runtime->audio_tstamp_config.type_requested = in snd_pcm_status()
744 runtime->audio_tstamp_config.type_requested = in snd_pcm_status()