Lines Matching refs:fx
89 struct snd_emux_effect_table *fx = chan->private;
91 effect = fx->val[type];
92 if (fx->flag[type] == EMUX_FX_FLAG_ADD) {
110 struct snd_emux_effect_table *fx = chan->private;
112 effect = *(unsigned short*)&fx->val[type];
113 if (fx->flag[type] == EMUX_FX_FLAG_ADD)
127 struct snd_emux_effect_table *fx = chan->private;
129 if (fx->flag[hi])
130 addr = (short)fx->val[hi];
132 if (fx->flag[lo])
133 addr += (short)fx->val[lo];
170 struct snd_emux_effect_table *fx;
174 fx = chan->private;
175 if (emu == NULL || fx == NULL)
180 fx->val[type] = val;
181 fx->flag[type] = mode;
222 struct snd_emux_effect_table *fx;
226 if (! (fx = chan->private))
232 if (! fx->flag[i] || (offset = parm_defs[i].offset) < 0)