Home
last modified time | relevance | path

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

/linux/sound/pci/hda/
H A Dpatch_hdmi.c4211 hda_nid_t pin_nid, int hdmi_slot, int stream_channel) in atihdmi_pin_set_slot_channel() argument
4227 if (hdmi_slot % 2 != 0 && stream_channel == 0xf) in atihdmi_pin_set_slot_channel()
4232 if (stream_channel != 0xf) in atihdmi_pin_set_slot_channel()
4233 stream_channel -= stream_channel % 2; in atihdmi_pin_set_slot_channel()
4240 if (stream_channel != 0xf) in atihdmi_pin_set_slot_channel()
4241 ati_channel_setup = (stream_channel << 4) | ATI_OUT_ENABLE; in atihdmi_pin_set_slot_channel()