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

/linux-4.4.14/sound/pci/hda/
H A Dpatch_hdmi.c3285 int ati_channel_setup = 0; atihdmi_pin_set_slot_channel() local
3308 /* ati_channel_setup format: [7..4] = stream_channel_id, [1] = mute, [0] = enable */ atihdmi_pin_set_slot_channel()
3311 ati_channel_setup = (stream_channel << 4) | ATI_OUT_ENABLE; atihdmi_pin_set_slot_channel()
3313 return snd_hda_codec_write(codec, pin_nid, 0, verb, ati_channel_setup); atihdmi_pin_set_slot_channel()
3322 int ati_channel_setup; atihdmi_pin_get_slot_channel() local
3337 ati_channel_setup = snd_hda_codec_read(codec, pin_nid, 0, verb, 0); atihdmi_pin_get_slot_channel()
3339 if (!(ati_channel_setup & ATI_OUT_ENABLE)) atihdmi_pin_get_slot_channel()
3342 return ((ati_channel_setup & 0xf0) >> 4) + !!was_odd; atihdmi_pin_get_slot_channel()

Completed in 85 milliseconds