Searched refs:spk_mask (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_hdmi.c135 int spk_mask; member in struct:cea_channel_speaker_allocation
338 p->spk_mask = 0;
342 p->spk_mask |= p->speakers[j];
350 * eld->spk_alloc => (eld_speaker_allocation_bits[]) => spk_mask
351 * spk_mask => (channel_allocations[]) => ai->CA
361 int spk_mask = 0; local
392 spk_mask |= eld_speaker_allocation_bits[i];
398 (spk_mask & channel_allocations[i].spk_mask) ==
399 channel_allocations[i].spk_mask) {
[all...]

Completed in 105 milliseconds