Searched refs:chmap (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/ali5451/
H A Dali5451.c226 unsigned int chmap; /* bitmap for opened channels */ member in struct:snd_alidev
549 if (!(codec->synth.chmap & (1 << idx))) {
550 codec->synth.chmap |= 1 << idx;
615 if (!(codec->synth.chmap & (1 << idx))) {
620 codec->synth.chmap &= ~(1 << idx);
2172 codec->synth.chmap = 0;

Completed in 198 milliseconds