Home
last modified time | relevance | path

Searched refs:OPL4_DAMP_BIT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/drivers/opl4/
H A Dopl4_local.h84 #define OPL4_DAMP_BIT 0x40 macro
H A Dopl4_synth.c280 snd_opl4_write(opl4, OPL4_REG_MISC + i, OPL4_DAMP_BIT); in snd_opl4_synth_reset()
574 voice->reg_misc = (voice->reg_misc & ~OPL4_KEY_ON_BIT) | OPL4_DAMP_BIT; in snd_opl4_terminate_voice()