hbr_ctl          3916 sound/pci/hda/patch_hdmi.c 	int hbr_ctl, hbr_ctl_new;
hbr_ctl          3918 sound/pci/hda/patch_hdmi.c 	hbr_ctl = snd_hda_codec_read(codec, pin_nid, 0, ATI_VERB_GET_HBR_CONTROL, 0);
hbr_ctl          3919 sound/pci/hda/patch_hdmi.c 	if (hbr_ctl >= 0 && (hbr_ctl & ATI_HBR_CAPABLE)) {
hbr_ctl          3921 sound/pci/hda/patch_hdmi.c 			hbr_ctl_new = hbr_ctl | ATI_HBR_ENABLE;
hbr_ctl          3923 sound/pci/hda/patch_hdmi.c 			hbr_ctl_new = hbr_ctl & ~ATI_HBR_ENABLE;
hbr_ctl          3928 sound/pci/hda/patch_hdmi.c 				hbr_ctl == hbr_ctl_new ? "" : "new-",
hbr_ctl          3931 sound/pci/hda/patch_hdmi.c 		if (hbr_ctl != hbr_ctl_new)