ordered_ca 430 sound/hda/hdmi_chmap.c static int to_cea_slot(int ordered_ca, unsigned char pos) ordered_ca 438 sound/hda/hdmi_chmap.c if (ordered_ca >= ARRAY_SIZE(channel_allocations)) ordered_ca 443 sound/hda/hdmi_chmap.c if (channel_allocations[ordered_ca].speakers[7 - i] == mask) ordered_ca 465 sound/hda/hdmi_chmap.c static int from_cea_slot(int ordered_ca, unsigned char slot) ordered_ca 475 sound/hda/hdmi_chmap.c mask = channel_allocations[ordered_ca].speakers[7 - slot]; ordered_ca 510 sound/hda/hdmi_chmap.c int ordered_ca = get_channel_allocation_order(ca); ordered_ca 516 sound/hda/hdmi_chmap.c hdmi_slot = to_cea_slot(ordered_ca, map[alsa_pos]); ordered_ca 539 sound/hda/hdmi_chmap.c int ordered_ca = get_channel_allocation_order(ca); ordered_ca 542 sound/hda/hdmi_chmap.c if (ordered_ca < ARRAY_SIZE(channel_allocations) && ordered_ca 543 sound/hda/hdmi_chmap.c i < channel_allocations[ordered_ca].channels) ordered_ca 544 sound/hda/hdmi_chmap.c map[i] = from_cea_slot(ordered_ca, hdmi_channel_mapping[ca][i] & 0x0f); ordered_ca 569 sound/hda/hdmi_chmap.c int ordered_ca = get_channel_allocation_order(ca); ordered_ca 574 sound/hda/hdmi_chmap.c if (ordered_ca >= ARRAY_SIZE(channel_allocations)) ordered_ca 575 sound/hda/hdmi_chmap.c ordered_ca = 0; ordered_ca 577 sound/hda/hdmi_chmap.c return channel_allocations[ordered_ca].channels;