Home
last modified time | relevance | path

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

/linux/sound/synth/emux/
H A Demux.c40 emu->max_voices = 0; in snd_emux_new()
82 if (snd_BUG_ON(!emu->hw || emu->max_voices <= 0)) in snd_emux_register()
89 emu->voices = kcalloc(emu->max_voices, sizeof(struct snd_emux_voice), in snd_emux_register()
H A Demux_oss.c67 arg->nvoices = emu->max_voices; in snd_emux_init_seq_oss()
/linux/include/sound/
H A Demu10k1_synth.h21 int max_voices; /* maximum number of voices for wavetable */ member
H A Demux_synth.h83 int max_voices; /* Number of voices */ member
H A Dopl3.h305 unsigned char max_voices; /* max number of voices */ member
/linux/sound/drivers/opl3/
H A Dopl3_synth.c353 int max_voices, i; in snd_opl3_reset() local
355 max_voices = (opl3->hardware < OPL3_HW_OPL3) ? in snd_opl3_reset()
358 for (i = 0; i < max_voices; i++) { in snd_opl3_reset()
378 opl3->max_voices = MAX_OPL2_VOICES; in snd_opl3_reset()
/linux/sound/isa/sb/
H A Demu8000_synth.c44 emu->max_voices = EMU8000_DRAM_VOICES; in snd_emu8000_probe()
H A Demu8000_callback.c172 for (i = 0; i < emu->max_voices; i++) { in get_voice()
/linux/sound/pci/emu10k1/
H A Demu10k1.c162 arg->max_voices = max_synth_voices[dev]; in snd_card_emu10k1_probe()
H A Demu10k1_callback.c226 for (i = 0; i < emu->max_voices; i++) { in lookup_voices()
/linux/sound/pci/au88x0/
H A Dau88x0.c277 arg->max_voices = max_synth_voices[dev]; in __snd_vortex_probe()