Lines Matching defs:mode
51 { 0x11, 0x14, 0x00, 0x00 }, /* if the percussive mode */
63 static int snd_opl3_set_mode(struct snd_opl3 * opl3, int mode);
384 opl3->command(opl3, OPL3_LEFT | OPL3_REG_PERCUSSION, 0x00); /* Melodic mode */
398 /* Voices 0 - 8 in OPL2 mode */
399 /* Voices 0 - 17 in OPL3 mode */
449 /* Voices 0 - 8 in OPL2 mode */
450 /* Voices 0 - 17 in OPL3 mode */
558 /* Set percussion mode */
581 static int snd_opl3_set_mode(struct snd_opl3 * opl3, int mode)
583 if ((mode == SNDRV_DM_FM_MODE_OPL3) && (opl3->hardware < OPL3_HW_OPL3))
586 opl3->fm_mode = mode;