Lines Matching defs:spk_mask
399 p->spk_mask = 0;
403 p->spk_mask |= p->speakers[j];
411 * eld->spk_alloc => (eld_speaker_allocation_bits[]) => spk_mask
412 * spk_mask => (channel_allocations[]) => ai->CA
421 int spk_mask = 0;
438 spk_mask |= eld_speaker_allocation_bits[i];
444 (spk_mask & channel_allocations[i].spk_mask) ==
445 channel_allocations[i].spk_mask) {
462 if (t->spk_mask == spk)
471 int spk_mask = 0;
511 spk_mask |= eld_speaker_allocation_bits[i];
515 if (spk_mask == channel_allocations[i].spk_mask) {