Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/pci/hda/
A Dhda_eld.c639 int spkalloc, ati_sad, aud_synch; in snd_hdmi_get_eld_ati() local
748 aud_synch = snd_hda_codec_read(codec, nid, 0, ATI_VERB_GET_AUDIO_VIDEO_DELAY, 0); in snd_hdmi_get_eld_ati()
749 if ((aud_synch & ATI_DELAY_VIDEO_LATENCY) && (aud_synch & ATI_DELAY_AUDIO_LATENCY)) { in snd_hdmi_get_eld_ati()
750 int video_latency_hdmi = (aud_synch & ATI_DELAY_VIDEO_LATENCY); in snd_hdmi_get_eld_ati()
751 int audio_latency_hdmi = (aud_synch & ATI_DELAY_AUDIO_LATENCY) >> 8; in snd_hdmi_get_eld_ati()

Completed in 5 milliseconds