ati_channel_setup 3797 sound/pci/hda/patch_hdmi.c 	int ati_channel_setup = 0;
ati_channel_setup 3823 sound/pci/hda/patch_hdmi.c 		ati_channel_setup = (stream_channel << 4) | ATI_OUT_ENABLE;
ati_channel_setup 3825 sound/pci/hda/patch_hdmi.c 	return snd_hda_codec_write(codec, pin_nid, 0, verb, ati_channel_setup);
ati_channel_setup 3835 sound/pci/hda/patch_hdmi.c 	int ati_channel_setup;
ati_channel_setup 3850 sound/pci/hda/patch_hdmi.c 	ati_channel_setup = snd_hda_codec_read(codec, pin_nid, 0, verb, 0);
ati_channel_setup 3852 sound/pci/hda/patch_hdmi.c 	if (!(ati_channel_setup & ATI_OUT_ENABLE))
ati_channel_setup 3855 sound/pci/hda/patch_hdmi.c 	return ((ati_channel_setup & 0xf0) >> 4) + !!was_odd;