Home
last modified time | relevance | path

Searched refs:ordered_ca (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/hda/
H A Dhdmi_chmap.c430 static int to_cea_slot(int ordered_ca, unsigned char pos) in to_cea_slot() argument
438 if (ordered_ca >= ARRAY_SIZE(channel_allocations)) in to_cea_slot()
443 if (channel_allocations[ordered_ca].speakers[7 - i] == mask) in to_cea_slot()
465 static int from_cea_slot(int ordered_ca, unsigned char slot) in from_cea_slot() argument
475 mask = channel_allocations[ordered_ca].speakers[7 - slot]; in from_cea_slot()
510 int ordered_ca = get_channel_allocation_order(ca); in hdmi_manual_setup_channel_mapping() local
516 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() local
542 if (ordered_ca < ARRAY_SIZE(channel_allocations) && in hdmi_setup_fake_chmap()
543 i < channel_allocations[ordered_ca] in hdmi_setup_fake_chmap()
569 int ordered_ca = get_channel_allocation_order(ca); snd_hdac_get_active_channels() local
[all...]
/kernel/linux/linux-6.6/sound/hda/
H A Dhdmi_chmap.c430 static int to_cea_slot(int ordered_ca, unsigned char pos) in to_cea_slot() argument
438 if (ordered_ca >= ARRAY_SIZE(channel_allocations)) in to_cea_slot()
443 if (channel_allocations[ordered_ca].speakers[7 - i] == mask) in to_cea_slot()
465 static int from_cea_slot(int ordered_ca, unsigned char slot) in from_cea_slot() argument
475 mask = channel_allocations[ordered_ca].speakers[7 - slot]; in from_cea_slot()
510 int ordered_ca = get_channel_allocation_order(ca); in hdmi_manual_setup_channel_mapping() local
516 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() local
542 if (ordered_ca < ARRAY_SIZE(channel_allocations) && in hdmi_setup_fake_chmap()
543 i < channel_allocations[ordered_ca] in hdmi_setup_fake_chmap()
569 int ordered_ca = get_channel_allocation_order(ca); snd_hdac_get_active_channels() local
[all...]

Completed in 4 milliseconds