Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/ymfpci/
Dymfpci_main.c223 struct snd_ymfpci_voice *voice, *voice2; in voice_alloc() local
229 voice2 = pair ? &chip->voices[idx+1] : NULL; in voice_alloc()
230 if (voice->use || (voice2 && voice2->use)) in voice_alloc()
233 if (voice2) in voice_alloc()
234 voice2->use = 1; in voice_alloc()
238 if (voice2) in voice_alloc()
239 voice2->pcm = 1; in voice_alloc()
249 if (voice2) in voice_alloc()