Home
last modified time | relevance | path

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

/Linux-v4.19/sound/hda/
Dhdmi_chmap.c61 static int eld_speaker_allocation_bits[] = { variable
287 for (i = 0; i < ARRAY_SIZE(eld_speaker_allocation_bits); i++) { in hdmi_channel_allocation_spk_alloc_blk()
289 spk_mask |= eld_speaker_allocation_bits[i]; in hdmi_channel_allocation_spk_alloc_blk()
653 int spk_mask = eld_speaker_allocation_bits[0]; in spk_mask_from_spk_alloc()
655 for (i = 0; i < ARRAY_SIZE(eld_speaker_allocation_bits); i++) { in spk_mask_from_spk_alloc()
657 spk_mask |= eld_speaker_allocation_bits[i]; in spk_mask_from_spk_alloc()
/Linux-v4.19/sound/x86/
Dintel_hdmi_audio.c68 static const int eld_speaker_allocation_bits[] = { variable
445 for (i = 0; i < ARRAY_SIZE(eld_speaker_allocation_bits); i++) { in had_channel_allocation()
447 spk_mask |= eld_speaker_allocation_bits[i]; in had_channel_allocation()
518 for (i = 0; i < ARRAY_SIZE(eld_speaker_allocation_bits); i++) { in had_build_channel_allocation_map()
520 spk_mask |= eld_speaker_allocation_bits[i]; in had_build_channel_allocation_map()