Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dpcm.h317 u32 report_delay:1; /* add total delay to A/D or D/A */ member
324 config->report_delay = (data >> 4) & 1; in snd_pcm_unpack_audio_tstamp_config()
/linux/sound/hda/common/
H A Dcontroller.c504 if (audio_tstamp_config->report_delay) in azx_get_time_info()
/linux/sound/core/
H A Dpcm_lib.c258 if (runtime->audio_tstamp_config.report_delay) { in update_audio_tstamp()