Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dfmopl.h37 int32_t **wavetable; member
H A Dfmopl.c441 #define OP_OUT(slot,env,con) slot->wavetable[((slot->Cnt+con)/(0x1000000/SIN_ENT))&(SIN_ENT-1)][e…
764 OPL->P_CH[c].SLOT[SLOT1].wavetable = &SIN_TABLE[0]; in OPLWriteReg()
765 OPL->P_CH[c].SLOT[SLOT2].wavetable = &SIN_TABLE[0]; in OPLWriteReg()
945 CH->SLOT[slot&1].wavetable = &SIN_TABLE[(v&0x03)*SIN_ENT]; in OPLWriteReg()
1062 CH->SLOT[s].wavetable = &SIN_TABLE[0]; in OPLResetChip()
/openbmc/linux/Documentation/sound/cards/
H A Dcmipci.rst238 There is *no* hardware wavetable function on this chip (except for
/openbmc/linux/Documentation/sound/
H A Dalsa-configuration.rst332 EQ, mpu401, gameport. A3D and wavetable support are still in development.
750 limit of voices used for wavetable (64 by default)
752 specifies the maximum size of wavetable/pcm buffers given in MB
2223 max wavetable size in kB (4-?kb)
/openbmc/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst3450 mmapped. The examples are GUS's GF1 PCM or emu8000's wavetable PCM.