Searched refs:hbr_ctl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_hdmi.c | 4139 int hbr_ctl, hbr_ctl_new; in atihdmi_pin_hbr_setup() local 4143 hbr_ctl = snd_hda_codec_read(codec, pin_nid, 0, ATI_VERB_GET_HBR_CONTROL, 0); in atihdmi_pin_hbr_setup() 4144 if (hbr_ctl >= 0 && (hbr_ctl & ATI_HBR_CAPABLE)) { in atihdmi_pin_hbr_setup() 4146 hbr_ctl_new = hbr_ctl | ATI_HBR_ENABLE; in atihdmi_pin_hbr_setup() 4148 hbr_ctl_new = hbr_ctl & ~ATI_HBR_ENABLE; in atihdmi_pin_hbr_setup() 4153 hbr_ctl == hbr_ctl_new ? "" : "new-", in atihdmi_pin_hbr_setup() 4156 if (hbr_ctl != hbr_ctl_new) in atihdmi_pin_hbr_setup()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | patch_hdmi.c | 4340 int hbr_ctl, hbr_ctl_new; in atihdmi_pin_hbr_setup() local 4344 hbr_ctl = snd_hda_codec_read(codec, pin_nid, 0, ATI_VERB_GET_HBR_CONTROL, 0); in atihdmi_pin_hbr_setup() 4345 if (hbr_ctl >= 0 && (hbr_ctl & ATI_HBR_CAPABLE)) { in atihdmi_pin_hbr_setup() 4347 hbr_ctl_new = hbr_ctl | ATI_HBR_ENABLE; in atihdmi_pin_hbr_setup() 4349 hbr_ctl_new = hbr_ctl & ~ATI_HBR_ENABLE; in atihdmi_pin_hbr_setup() 4354 hbr_ctl == hbr_ctl_new ? "" : "new-", in atihdmi_pin_hbr_setup() 4357 if (hbr_ctl != hbr_ctl_new) in atihdmi_pin_hbr_setup()
|
Completed in 12 milliseconds