Home
last modified time | relevance | path

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

/sound/pci/ymfpci/
Dymfpci_main.c209 struct snd_ymfpci_voice *voice, *voice2; in voice_alloc() local
215 voice2 = pair ? &chip->voices[idx+1] : NULL; in voice_alloc()
216 if (voice->use || (voice2 && voice2->use)) in voice_alloc()
219 if (voice2) in voice_alloc()
220 voice2->use = 1; in voice_alloc()
224 if (voice2) in voice_alloc()
225 voice2->pcm = 1; in voice_alloc()
235 if (voice2) in voice_alloc()