OPL_2 172 dev/ic/opl.c sc->syn.nvoice = sc->model == OPL_2 ? OPL2_NVOICE : OPL3_NVOICE; OPL_2 212 dev/ic/opl.c if (sc->model == OPL_2) OPL_2 217 dev/ic/opl.c if (sc->model == OPL_2) OPL_2 231 dev/ic/opl.c model = OPL_2; /* worst case assumption */ OPL_2 268 dev/ic/opl.c model = OPL_2; OPL_2 398 dev/ic/opl.c sd->name = sc->model == OPL_2 ? "Yamaha OPL2" : "Yamaha OPL3"; OPL_2 400 dev/ic/opl.c sd->subtype = sc->model == OPL_2 ? SYNTH_SUB_FM_TYPE_ADLIB