HomeSort by: relevance | last modified time | path
    Searched refs:OPL_2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
oplvar.h 50 #define OPL_2 2
opl.c 165 sc->syn.nvoice = sc->model == OPL_2 ? OPL2_NVOICE : OPL3_NVOICE;
214 if (sc->model == OPL_2)
219 if (sc->model == OPL_2)
246 sc->model = OPL_2; /* worst case assumption */
281 sc->model = OPL_2;
443 sd->name = sc->model == OPL_2 ? "Yamaha OPL2" : "Yamaha OPL3";
445 sd->subtype = sc->model == OPL_2 ? SYNTH_SUB_FM_TYPE_ADLIB

Completed in 11 milliseconds