Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/hda/
Dpatch_hdmi.c106 int asp_slot);
108 int asp_slot, int channel);
935 int asp_slot, int channel) in hdmi_pin_set_slot_channel() argument
939 (channel << 4) | asp_slot); in hdmi_pin_set_slot_channel()
943 int asp_slot) in hdmi_pin_get_slot_channel() argument
947 asp_slot) & 0xf0) >> 4; in hdmi_pin_get_slot_channel()
3317 int asp_slot) in atihdmi_pin_get_slot_channel() argument
3320 int ati_asp_slot = asp_slot; in atihdmi_pin_get_slot_channel()
3324 if (asp_slot > 7) in atihdmi_pin_get_slot_channel()
3328 ati_asp_slot = atihdmi_paired_swap_fc_lfe(asp_slot); in atihdmi_pin_get_slot_channel()