Symbol: opl4_voice
sound/drivers/opl4/opl4_local.h
195
struct opl4_voice voices[OPL4_MAX_VOICES];
sound/drivers/opl4/opl4_synth.c
310
void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice))
sound/drivers/opl4/opl4_synth.c
313
struct opl4_voice *voice;
sound/drivers/opl4/opl4_synth.c
329
void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice))
sound/drivers/opl4/opl4_synth.c
332
struct opl4_voice *voice;
sound/drivers/opl4/opl4_synth.c
347
void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice))
sound/drivers/opl4/opl4_synth.c
350
struct opl4_voice *voice;
sound/drivers/opl4/opl4_synth.c
360
static void snd_opl4_update_volume(struct snd_opl4 *opl4, struct opl4_voice *voice)
sound/drivers/opl4/opl4_synth.c
379
static void snd_opl4_update_pan(struct snd_opl4 *opl4, struct opl4_voice *voice)
sound/drivers/opl4/opl4_synth.c
395
struct opl4_voice *voice)
sound/drivers/opl4/opl4_synth.c
411
struct opl4_voice *voice)
sound/drivers/opl4/opl4_synth.c
442
struct opl4_voice *voice)
sound/drivers/opl4/opl4_synth.c
455
static struct opl4_voice *snd_opl4_get_voice(struct snd_opl4 *opl4)
sound/drivers/opl4/opl4_synth.c
459
return list_entry(opl4->off_voices.next, struct opl4_voice, list);
sound/drivers/opl4/opl4_synth.c
462
return list_entry(opl4->on_voices.next, struct opl4_voice, list);
sound/drivers/opl4/opl4_synth.c
477
struct opl4_voice *voice[2];
sound/drivers/opl4/opl4_synth.c
544
static void snd_opl4_voice_off(struct snd_opl4 *opl4, struct opl4_voice *voice)
sound/drivers/opl4/opl4_synth.c
559
static void snd_opl4_terminate_voice(struct snd_opl4 *opl4, struct opl4_voice *voice)