opl4_voice        195 sound/drivers/opl4/opl4_local.h 	struct opl4_voice voices[OPL4_MAX_VOICES];
opl4_voice        317 sound/drivers/opl4/opl4_synth.c 	struct opl4_voice *voice;
opl4_voice        338 sound/drivers/opl4/opl4_synth.c 	struct opl4_voice *voice;
opl4_voice        358 sound/drivers/opl4/opl4_synth.c 	struct opl4_voice *voice;
opl4_voice        464 sound/drivers/opl4/opl4_synth.c static struct opl4_voice *snd_opl4_get_voice(struct snd_opl4 *opl4)
opl4_voice        468 sound/drivers/opl4/opl4_synth.c 		return list_entry(opl4->off_voices.next, struct opl4_voice, list);
opl4_voice        471 sound/drivers/opl4/opl4_synth.c 	return list_entry(opl4->on_voices.next, struct opl4_voice, list);
opl4_voice        486 sound/drivers/opl4/opl4_synth.c 	struct opl4_voice *voice[2];