Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dfmopl.h93 FM_OPL *OPLCreate(int clock, int rate);
H A Dadlib.c262 s->opl = OPLCreate (3579545, s->freq); in adlib_realizefn()
H A Dfmopl.c1073 FM_OPL *OPLCreate(int clock, int rate) in OPLCreate() function