Home
last modified time | relevance | path

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

/Linux-v6.6/sound/synth/emux/
Demux_effect.c92 if (fx->flag[type] == EMUX_FX_FLAG_ADD) { in effect_set_byte()
113 if (fx->flag[type] == EMUX_FX_FLAG_ADD) in effect_set_word()
150 mode = EMUX_FX_FLAG_ADD; in snd_emux_send_effect_oss()
Demux_nrpn.c306 val, EMUX_FX_FLAG_ADD); in snd_emux_nrpn()
358 EMUX_FX_FLAG_ADD); in snd_emux_xg_control()
Demux_synth.c334 EMUX_FX_FLAG_ADD); in snd_emux_control()
/Linux-v6.6/include/sound/
Demux_legacy.h129 #define EMUX_FX_FLAG_ADD 2 macro