Searched refs:ordered_ca (Results 1 – 1 of 1) sorted by relevance
430 static int to_cea_slot(int ordered_ca, unsigned char pos) in to_cea_slot() argument438 if (ordered_ca >= ARRAY_SIZE(channel_allocations)) in to_cea_slot()510 int ordered_ca = get_channel_allocation_order(ca); in hdmi_manual_setup_channel_mapping() local516 hdmi_slot = to_cea_slot(ordered_ca, map[alsa_pos]); in hdmi_manual_setup_channel_mapping()539 int ordered_ca = get_channel_allocation_order(ca); in hdmi_setup_fake_chmap() local542 if (ordered_ca < ARRAY_SIZE(channel_allocations) && in hdmi_setup_fake_chmap()543 i < channel_allocations[ordered_ca].channels) in hdmi_setup_fake_chmap()569 int ordered_ca = get_channel_allocation_order(ca); in snd_hdac_get_active_channels() local574 if (ordered_ca >= ARRAY_SIZE(channel_allocations)) in snd_hdac_get_active_channels()575 ordered_ca = 0; in snd_hdac_get_active_channels()[all …]
Completed in 8 milliseconds