Lines Matching defs:spk_mask
401 p->spk_mask = 0;
405 p->spk_mask |= p->speakers[j];
413 * eld->spk_alloc => (eld_speaker_allocation_bits[]) => spk_mask
414 * spk_mask => (channel_allocations[]) => ai->CA
423 int spk_mask = 0;
440 spk_mask |= eld_speaker_allocation_bits[i];
446 (spk_mask & channel_allocations[i].spk_mask) ==
447 channel_allocations[i].spk_mask) {
464 if (t->spk_mask == spk)
473 int spk_mask = 0;
513 spk_mask |= eld_speaker_allocation_bits[i];
517 if (spk_mask == channel_allocations[i].spk_mask) {