Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dymfpci.h149 #define YDSXG_PLAYBACK_VOICES 64 macro
254 ymfpci_playback_bank_t *bank_playback[YDSXG_PLAYBACK_VOICES][2];
262 struct ymf_voice voices[YDSXG_PLAYBACK_VOICES];
Dymfpci.c553 for (idx = 0; idx < YDSXG_PLAYBACK_VOICES; idx += pair ? 2 : 1) { in voice_alloc()
1036 for (nvoice = 0; nvoice < YDSXG_PLAYBACK_VOICES; nvoice++) { in ymf_interrupt()
2333 playback_ctrl_size = 4 + 4 * YDSXG_PLAYBACK_VOICES; in ymfpci_memalloc()
2340 ((bank_size_playback * 2 * YDSXG_PLAYBACK_VOICES + 0xff) & ~0xff) + in ymfpci_memalloc()
2365 codec->ctrl_playback[0] = cpu_to_le32(YDSXG_PLAYBACK_VOICES); in ymfpci_memalloc()
2370 for (voice = 0; voice < YDSXG_PLAYBACK_VOICES; voice++) { in ymfpci_memalloc()