Home
last modified time | relevance | path

Searched refs:report_delay (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/sound/
Dpcm.h299 u32 report_delay:1; /* add total delay to A/D or D/A */ member
306 config->report_delay = (data >> 4) & 1; in snd_pcm_unpack_audio_tstamp_config()
/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_controller.c508 if (audio_tstamp_config->report_delay) in azx_get_time_info()
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
Dskl-pcm.c1260 if (audio_tstamp_config->report_delay) in skl_platform_soc_get_time_info()
/kernel/linux/linux-5.10/sound/core/
Dpcm_lib.c229 if (runtime->audio_tstamp_config.report_delay) { in update_audio_tstamp()