Home
last modified time | relevance | path

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

/Linux-v4.19/include/sound/
Dpcm.h306 u32 report_delay:1; /* add total delay to A/D or D/A */ member
313 config->report_delay = (data >> 4) & 1; in snd_pcm_unpack_audio_tstamp_config()
/Linux-v4.19/sound/pci/hda/
Dhda_controller.c522 if (audio_tstamp_config->report_delay) in azx_get_time_info()
/Linux-v4.19/sound/soc/intel/skylake/
Dskl-pcm.c1206 if (audio_tstamp_config->report_delay) in skl_get_time_info()
/Linux-v4.19/sound/core/
Dpcm_lib.c239 if (runtime->audio_tstamp_config.report_delay) { in update_audio_tstamp()