Home
last modified time | relevance | path

Searched refs:eld_speaker_allocation_bits (Results 1 – 2 of 2) sorted by relevance

/linux/sound/hda/core/
H A Dhdmi_chmap.c62 static const int eld_speaker_allocation_bits[] = { variable
263 * eld->spk_alloc => (eld_speaker_allocation_bits[]) => spk_mask
288 for (i = 0; i < ARRAY_SIZE(eld_speaker_allocation_bits); i++) { in hdmi_channel_allocation_spk_alloc_blk()
290 spk_mask |= eld_speaker_allocation_bits[i]; in hdmi_channel_allocation_spk_alloc_blk()
654 int spk_mask = eld_speaker_allocation_bits[0]; in spk_mask_from_spk_alloc()
656 for (i = 0; i < ARRAY_SIZE(eld_speaker_allocation_bits); i++) { in spk_mask_from_spk_alloc()
658 spk_mask |= eld_speaker_allocation_bits[i]; in spk_mask_from_spk_alloc()
/linux/sound/x86/
H A Dintel_hdmi_audio.c63 static const int eld_speaker_allocation_bits[] = { variable
415 * eld->spk_alloc => (eld_speaker_allocation_bits[]) => spk_mask
440 for (i = 0; i < ARRAY_SIZE(eld_speaker_allocation_bits); i++) { in had_channel_allocation()
442 spk_mask |= eld_speaker_allocation_bits[i]; in had_channel_allocation()
495 * Refer eld_speaker_allocation_bits, for sink speaker allocation in had_build_channel_allocation_map()
513 for (i = 0; i < ARRAY_SIZE(eld_speaker_allocation_bits); i++) { in had_build_channel_allocation_map()
515 spk_mask |= eld_speaker_allocation_bits[i]; in had_build_channel_allocation_map()