Lines Matching defs:hardware
117 if (opl3->hardware != OPL3_HW_AUTO)
122 opl3->hardware = OPL3_HW_OPL2;
125 * If we had an OPL4 chip, opl3->hardware would have been set
130 opl3->hardware = OPL3_HW_OPL3;
334 unsigned short hardware,
349 opl3->hardware = hardware;
376 switch (opl3->hardware & OPL3_HW_MASK) {
394 unsigned short hardware,
402 err = snd_opl3_new(card, hardware, &opl3);
424 switch (opl3->hardware) {
425 /* some hardware doesn't support timers */
440 /* detect routine returns correct hardware type */
441 switch (opl3->hardware & OPL3_HW_MASK) {
489 /* create hardware dependent device (direct FM) */
503 switch (opl3->hardware & OPL3_HW_MASK) {