Searched refs:aud_synch (Results 1 – 1 of 1) sorted by relevance
96 int spkalloc, ati_sad, aud_synch; in get_eld_ati() local205 aud_synch = snd_hda_codec_read(codec, nid, 0, ATI_VERB_GET_AUDIO_VIDEO_DELAY, 0); in get_eld_ati()206 if ((aud_synch & ATI_DELAY_VIDEO_LATENCY) && (aud_synch & ATI_DELAY_AUDIO_LATENCY)) { in get_eld_ati()207 int video_latency_hdmi = (aud_synch & ATI_DELAY_VIDEO_LATENCY); in get_eld_ati()208 int audio_latency_hdmi = (aud_synch & ATI_DELAY_AUDIO_LATENCY) >> 8; in get_eld_ati()