Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/sound/
H A Dsfnt_info.h119 signed char pan, fixpan; /* panning, fixed panning */ member
/openbmc/linux/sound/synth/emux/
H A Demux_synth.c645 if (vp->reg.fixpan > 0) /* 0-127 */ in calc_pan()
646 pan = 255 - (int)vp->reg.fixpan * 2; in calc_pan()
H A Dsoundfont.c614 avp->fixpan = -1; in init_voice_info()