Home
last modified time | relevance | path

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

/linux-5.19.10/sound/hda/
Dhdmi_chmap.c62 static const int eld_speaker_allocation_bits[] = { variable
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-5.19.10/sound/x86/
Dintel_hdmi_audio.c61 static const int eld_speaker_allocation_bits[] = { variable
438 for (i = 0; i < ARRAY_SIZE(eld_speaker_allocation_bits); i++) { in had_channel_allocation()
440 spk_mask |= eld_speaker_allocation_bits[i]; in had_channel_allocation()
511 for (i = 0; i < ARRAY_SIZE(eld_speaker_allocation_bits); i++) { in had_build_channel_allocation_map()
513 spk_mask |= eld_speaker_allocation_bits[i]; in had_build_channel_allocation_map()