Home
last modified time | relevance | path

Searched refs:EMUX_FX_FLAG_ADD (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/sound/synth/emux/
Demux_effect.c106 if (fx->flag[type] == EMUX_FX_FLAG_ADD) { in effect_set_byte()
127 if (fx->flag[type] == EMUX_FX_FLAG_ADD) in effect_set_word()
164 mode = EMUX_FX_FLAG_ADD; in snd_emux_send_effect_oss()
Demux_nrpn.c320 val, EMUX_FX_FLAG_ADD); in snd_emux_nrpn()
369 EMUX_FX_FLAG_ADD); in snd_emux_xg_control()
Demux_synth.c348 EMUX_FX_FLAG_ADD); in snd_emux_control()
/Linux-v4.19/include/sound/
Demux_legacy.h143 #define EMUX_FX_FLAG_ADD 2 macro