Searched refs:ordered_ca (Results 1 – 1 of 1) sorted by relevance
816 static int to_cea_slot(int ordered_ca, unsigned char pos) in to_cea_slot() argument823 if (channel_allocations[ordered_ca].speakers[7 - i] == mask) in to_cea_slot()843 static int from_cea_slot(int ordered_ca, unsigned char slot) in from_cea_slot() argument845 int mask = channel_allocations[ordered_ca].speakers[7 - slot]; in from_cea_slot()880 int ordered_ca = get_channel_allocation_order(ca); in hdmi_manual_setup_channel_mapping() local886 hdmi_slot = to_cea_slot(ordered_ca, map[alsa_pos]); in hdmi_manual_setup_channel_mapping()909 int ordered_ca = get_channel_allocation_order(ca); in hdmi_setup_fake_chmap() local911 if (i < channel_allocations[ordered_ca].channels) in hdmi_setup_fake_chmap()912 map[i] = from_cea_slot(ordered_ca, hdmi_channel_mapping[ca][i] & 0x0f); in hdmi_setup_fake_chmap()1129 int ca, ordered_ca; in hdmi_setup_audio_infoframe() local[all …]