Home
last modified time | relevance | path

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

/sound/hda/
Dhdmi_chmap.c182 hda_nid_t pin_nid, int asp_slot, int channel) in hdmi_pin_set_slot_channel() argument
186 (channel << 4) | asp_slot); in hdmi_pin_set_slot_channel()
190 hda_nid_t pin_nid, int asp_slot) in hdmi_pin_get_slot_channel() argument
194 asp_slot) & 0xf0) >> 4; in hdmi_pin_get_slot_channel()
/sound/pci/hda/
Dpatch_hdmi.c3381 hda_nid_t pin_nid, int asp_slot) in atihdmi_pin_get_slot_channel() argument
3385 int ati_asp_slot = asp_slot; in atihdmi_pin_get_slot_channel()
3389 if (asp_slot > 7) in atihdmi_pin_get_slot_channel()
3393 ati_asp_slot = atihdmi_paired_swap_fc_lfe(asp_slot); in atihdmi_pin_get_slot_channel()