Lines Matching defs:spk_mask
398 p->spk_mask = 0;
402 p->spk_mask |= p->speakers[j];
410 * eld->spk_alloc => (eld_speaker_allocation_bits[]) => spk_mask
411 * spk_mask => (channel_allocations[]) => ai->CA
420 int spk_mask = 0;
437 spk_mask |= eld_speaker_allocation_bits[i];
443 (spk_mask & channel_allocations[i].spk_mask) ==
444 channel_allocations[i].spk_mask) {
461 if (t->spk_mask == spk)
470 int spk_mask = 0;
510 spk_mask |= eld_speaker_allocation_bits[i];
514 if (spk_mask == channel_allocations[i].spk_mask) {