Searched refs:channels_to_txmask (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/arm/
H A Daaci.c493 static const u32 channels_to_txmask[] = { variable
561 WARN_ON(channels >= ARRAY_SIZE(channels_to_txmask) ||
562 !channels_to_txmask[channels]);
567 aacirun->cr |= channels_to_txmask[channels];

Completed in 36 milliseconds