Home
last modified time | relevance | path

Searched refs:ati_channel_setup (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/pci/hda/
H A Dpatch_hdmi.c4223 int ati_channel_setup = 0; in atihdmi_pin_set_slot_channel() local
4249 ati_channel_setup = (stream_channel << 4) | ATI_OUT_ENABLE; in atihdmi_pin_set_slot_channel()
4251 return snd_hda_codec_write(codec, pin_nid, 0, verb, ati_channel_setup); in atihdmi_pin_set_slot_channel()
4261 int ati_channel_setup; in atihdmi_pin_get_slot_channel() local
4276 ati_channel_setup = snd_hda_codec_read(codec, pin_nid, 0, verb, 0); in atihdmi_pin_get_slot_channel()
4278 if (!(ati_channel_setup & ATI_OUT_ENABLE)) in atihdmi_pin_get_slot_channel()
4281 return ((ati_channel_setup & 0xf0) >> 4) + !!was_odd; in atihdmi_pin_get_slot_channel()