Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dfmopl.h41 typedef struct fm_opl_channel { struct
42 OPL_SLOT SLOT[2];
43 uint8_t CON; /* connection type */
44 uint8_t FB; /* feed back :(shift down bit) */
45 int32_t *connect1; /* slot1 output pointer */
46 int32_t *connect2; /* slot2 output pointer */
47 int32_t op1_out[2]; /* slot1 output for selfeedback */
49 uint32_t block_fnum; /* block+fnum : */
50 uint8_t kcode; /* key code : KeyScaleCode */
51 uint32_t fc; /* Freq. Increment base */
[all …]