Home
last modified time | relevance | path

Searched defs:fm_opl_slot (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/audio/
H A Dfmopl.h11 typedef struct fm_opl_slot { struct
12 int32_t TL; /* total level :TL << 8 */
13 int32_t TLL; /* adjusted now TL */
14 uint8_t KSR; /* key scale rate :(shift down bit) */
15 int32_t *AR; /* attack rate :&AR_TABLE[AR<<2] */
16 int32_t *DR; /* decay rate :&DR_TALBE[DR<<2] */
17 int32_t SL; /* sustin level :SL_TALBE[SL] */
18 int32_t *RR; /* release rate :&DR_TABLE[RR<<2] */
19 uint8_t ksl; /* keyscale level :(shift down bits) */
20 uint8_t ksr; /* key scale rate :kcode>>KSR */
[all …]