Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dfmopl.c63 #define OPL_OUTSB (TL_BITS+3-16) /* OPL output final shift 16bit */ macro
64 #define OPL_MAXOUT (0x7fff<<OPL_OUTSB)
65 #define OPL_MINOUT (-0x8000<<OPL_OUTSB)
1024 buf[i] = data >> OPL_OUTSB; in YM3812UpdateOne()