Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dpcm.h296 u32 report_delay:1; /* add total delay to A/D or D/A */ member
303 config->report_delay = (data >> 4) & 1; in snd_pcm_unpack_audio_tstamp_config()
/linux-4.1.27/sound/pci/hda/
Dhda_controller.c757 if (audio_tstamp_config->report_delay) in azx_get_time_info()
/linux-4.1.27/sound/core/
Dpcm_lib.c257 if (runtime->audio_tstamp_config.report_delay) { in update_audio_tstamp()