Home
last modified time | relevance | path

Searched refs:OPL3_KSL_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/sound/
H A Dopl3.h106 #define OPL3_KSL_MASK 0xc0 /* Envelope scaling bits */ macro
/openbmc/linux/sound/drivers/opl3/
H A Dopl3_synth.c491 reg_val = (voice->scale_level << 6) & OPL3_KSL_MASK; in snd_opl3_set_voice()
H A Dopl3_midi.c66 *volbyte = (*volbyte & OPL3_KSL_MASK) | (n & OPL3_TOTAL_LEVEL_MASK); in snd_opl3_calc_volume()