Home
last modified time | relevance | path

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

/linux/sound/isa/sb/
H A Demu8000_patch.c29 for (i = 0; i < EMU8000_DRAM_VOICES; i++) { in snd_emu8000_open_dma()
55 for (i = 0; i < EMU8000_DRAM_VOICES; i++) { in snd_emu8000_close_dma()
H A Demu8000_synth.c44 emu->max_voices = EMU8000_DRAM_VOICES; in snd_emu8000_probe()
H A Demu8000_pcm.c78 for (i = channels + 1; i < EMU8000_DRAM_VOICES; i++) { in emu8k_open_dram_for_pcm()
125 for (; i < EMU8000_DRAM_VOICES; i++) { in emu8k_close_dram()
H A Demu8000.c531 for (i = 0; i < EMU8000_DRAM_VOICES; i++) in snd_emu8000_init_hw()
/linux/include/sound/
H A Demu8000.h20 #define EMU8000_DRAM_VOICES 30 /* number of normal voices */ macro