Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ymfpci/
H A Dymfpci.h138 #define YDSXG_PLAYBACK_VOICES 64 macro
345 struct snd_ymfpci_playback_bank *bank_playback[YDSXG_PLAYBACK_VOICES][2];
H A Dymfpci_main.c208 for (idx = 0; idx < YDSXG_PLAYBACK_VOICES; idx += pair ? 2 : 1) { in voice_alloc()
782 for (nvoice = 0; nvoice < YDSXG_PLAYBACK_VOICES; nvoice++) { in snd_ymfpci_interrupt()
2101 playback_ctrl_size = 4 + 4 * YDSXG_PLAYBACK_VOICES; in snd_ymfpci_memalloc()
2108 ALIGN(chip->bank_size_playback * 2 * YDSXG_PLAYBACK_VOICES, 0x100) + in snd_ymfpci_memalloc()
2125 chip->ctrl_playback[0] = cpu_to_le32(YDSXG_PLAYBACK_VOICES); in snd_ymfpci_memalloc()
2128 for (voice = 0; voice < YDSXG_PLAYBACK_VOICES; voice++) { in snd_ymfpci_memalloc()