Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/sound/
Dhda_chmap.h50 hda_nid_t pin_nid, int asp_slot);
52 hda_nid_t pin_nid, int asp_slot, int channel);
/kernel/linux/linux-5.10/sound/hda/
Dhdmi_chmap.c183 hda_nid_t pin_nid, int asp_slot, int channel) in hdmi_pin_set_slot_channel() argument
187 (channel << 4) | asp_slot); in hdmi_pin_set_slot_channel()
191 hda_nid_t pin_nid, int asp_slot) in hdmi_pin_get_slot_channel() argument
195 asp_slot) & 0xf0) >> 4; in hdmi_pin_get_slot_channel()
/kernel/linux/linux-5.10/sound/pci/hda/
Dpatch_hdmi.c4048 hda_nid_t pin_nid, int asp_slot) in atihdmi_pin_get_slot_channel() argument
4052 int ati_asp_slot = asp_slot; in atihdmi_pin_get_slot_channel()
4056 if (asp_slot > 7) in atihdmi_pin_get_slot_channel()
4060 ati_asp_slot = atihdmi_paired_swap_fc_lfe(asp_slot); in atihdmi_pin_get_slot_channel()