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;
332 unsigned short hardware,
347 opl3->hardware = hardware;
373 switch (opl3->hardware & OPL3_HW_MASK) {
391 unsigned short hardware,
399 if ((err = snd_opl3_new(card, hardware, &opl3)) < 0)
417 switch (opl3->hardware) {
418 /* some hardware doesn't support timers */
432 /* detect routine returns correct hardware type */
433 switch (opl3->hardware & OPL3_HW_MASK) {
478 /* create hardware dependent device (direct FM) */
491 switch (opl3->hardware & OPL3_HW_MASK) {