Searched refs:voice2 (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/ymfpci/
H A Dymfpci_main.c221 struct snd_ymfpci_voice *voice, *voice2; local
227 voice2 = pair ? &chip->voices[idx+1] : NULL;
228 if (voice->use || (voice2 && voice2->use))
231 if (voice2)
232 voice2->use = 1;
236 if (voice2)
237 voice2->pcm = 1;
247 if (voice2)

Completed in 168 milliseconds