aud_synch         635 sound/pci/hda/hda_eld.c 	int spkalloc, ati_sad, aud_synch;
aud_synch         744 sound/pci/hda/hda_eld.c 	aud_synch = snd_hda_codec_read(codec, nid, 0, ATI_VERB_GET_AUDIO_VIDEO_DELAY, 0);
aud_synch         745 sound/pci/hda/hda_eld.c 	if ((aud_synch & ATI_DELAY_VIDEO_LATENCY) && (aud_synch & ATI_DELAY_AUDIO_LATENCY)) {
aud_synch         746 sound/pci/hda/hda_eld.c 		int video_latency_hdmi = (aud_synch & ATI_DELAY_VIDEO_LATENCY);
aud_synch         747 sound/pci/hda/hda_eld.c 		int audio_latency_hdmi = (aud_synch & ATI_DELAY_AUDIO_LATENCY) >> 8;