Home
last modified time | relevance | path

Searched refs:get_time_info (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/include/sound/
Dsoc-component.h134 int (*get_time_info)(struct snd_soc_component *component, member
Dpcm.h65 int (*get_time_info)(struct snd_pcm_substream *substream, member
/Linux-v5.10/sound/core/
Dpcm_lib.c218 if (!(substream->ops->get_time_info) || in update_audio_tstamp()
281 if ((substream->ops->get_time_info) && in snd_pcm_update_hw_ptr0()
283 substream->ops->get_time_info(substream, &curr_tstamp, in snd_pcm_update_hw_ptr0()
/Linux-v5.10/sound/pci/hda/
Dhda_controller.c697 .get_time_info = azx_get_time_info,
/Linux-v5.10/sound/soc/intel/skylake/
Dskl-pcm.c1463 .get_time_info = skl_platform_soc_get_time_info,