Searched refs:channel_allocations (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.c180 static struct cea_channel_speaker_allocation channel_allocations[] = { variable in typeref:struct:cea_channel_speaker_allocation
328 * Compute derived values in channel_allocations[].
335 for (i = 0; i < ARRAY_SIZE(channel_allocations); i++) {
336 p = channel_allocations + i;
351 * spk_mask => (channel_allocations[]) => ai->CA
396 for (i = 0; i < ARRAY_SIZE(channel_allocations); i++) {
397 if (channels == channel_allocations[i].channels &&
398 (spk_mask & channel_allocations[i].spk_mask) ==
399 channel_allocations[i].spk_mask) {
400 ai->CA = channel_allocations[
[all...]

Completed in 61 milliseconds