Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/hda/
Dhda_controller.h232 int delay_negative_threshold; member
Dhda_controller.c531 azx_dev->delay_negative_threshold = -frames_to_bytes(runtime, 64); in azx_pcm_prepare()
533 azx_dev->delay_negative_threshold = 0; in azx_pcm_prepare()
Dhda_intel.c518 if (delay >= azx_dev->delay_negative_threshold) in azx_get_delay_from_lpib()