Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dpcm.h300 u32 report_delay:1; /* add total delay to A/D or D/A */ member
307 config->report_delay = (data >> 4) & 1; in snd_pcm_unpack_audio_tstamp_config()
/openbmc/linux/sound/pci/hda/
H A Dhda_controller.c507 if (audio_tstamp_config->report_delay) in azx_get_time_info()
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-pcm.c1256 if (audio_tstamp_config->report_delay) in skl_platform_soc_get_time_info()
/openbmc/linux/sound/core/
H A Dpcm_lib.c255 if (runtime->audio_tstamp_config.report_delay) { in update_audio_tstamp()