Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Dopl.c165 sc->syn.nvoice = sc->model == OPL_2 ? OPL2_NVOICE : OPL3_NVOICE;
190 if (sc->model == OPL_2)
195 if (sc->model == OPL_2)
208 sc->model = OPL_2; /* worst case assumption */
243 sc->model = OPL_2;
373 sd->name = sc->model == OPL_2 ? "Yamaha OPL2" : "Yamaha OPL3";
375 sd->subtype = sc->model == OPL_2 ? SYNTH_SUB_FM_TYPE_ADLIB
Doplvar.h57 #define OPL_2 2 macro