Searched refs:voice2 (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ymfpci/
H A Dymfpci_main.c233 struct snd_ymfpci_voice *voice, *voice2; local
239 voice2 = pair ? &chip->voices[idx+1] : NULL;
240 if (voice->use || (voice2 && voice2->use))
243 if (voice2)
244 voice2->use = 1;
248 if (voice2)
249 voice2->pcm = 1;
259 if (voice2)

Completed in 59 milliseconds