Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dsoc-component.h135 int (*get_time_info)(struct snd_soc_component *component, member
H A Dpcm.h66 int (*get_time_info)(struct snd_pcm_substream *substream, member
/openbmc/linux/sound/soc/generic/
H A Dtest-component.c595 cdriv->get_time_info = test_component_get_time_info; in test_driver_probe()
/openbmc/linux/sound/core/
H A Dpcm_lib.c244 if (!(substream->ops->get_time_info) || in update_audio_tstamp()
307 if ((substream->ops->get_time_info) && in snd_pcm_update_hw_ptr0()
309 substream->ops->get_time_info(substream, &curr_tstamp, in snd_pcm_update_hw_ptr0()
/openbmc/linux/sound/pci/hda/
H A Dhda_controller.c680 .get_time_info = azx_get_time_info,
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-pcm.c1452 .get_time_info = skl_platform_soc_get_time_info,