Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/hda/
Dpatch_hdmi.c104 int asp_slot);
106 int asp_slot, int channel);
930 int asp_slot, int channel) in hdmi_pin_set_slot_channel() argument
934 (channel << 4) | asp_slot); in hdmi_pin_set_slot_channel()
938 int asp_slot) in hdmi_pin_get_slot_channel() argument
942 asp_slot) & 0xf0) >> 4; in hdmi_pin_get_slot_channel()
3091 int asp_slot) in atihdmi_pin_get_slot_channel() argument
3094 int ati_asp_slot = asp_slot; in atihdmi_pin_get_slot_channel()
3098 if (asp_slot > 7) in atihdmi_pin_get_slot_channel()
3102 ati_asp_slot = atihdmi_paired_swap_fc_lfe(asp_slot); in atihdmi_pin_get_slot_channel()