Searched refs:PARM_WORD (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/sound/synth/emux/ |
D | emux_effect.c | 30 #define PARM_WORD (PARM_IS_WORD) macro 43 {PARM_WORD, 0, 0x8000, parm_offset(moddelay), 0}, /* env1 delay */ 52 {PARM_WORD, 0, 0x8000, parm_offset(voldelay), 0}, /* env2 delay */ 59 {PARM_WORD, 0, 0x8000, parm_offset(lfo1delay), 0}, /* lfo1 delay */ 65 {PARM_WORD, 0, 0x8000, parm_offset(lfo2delay), 0}, /* lfo2 delay */ 69 {PARM_WORD, 0, 0xffff, -1, SNDRV_EMUX_UPDATE_PITCH}, /* initial pitch */ 75 {PARM_WORD, 0, 0xffff, -1, 0}, /* sample start */ 76 {PARM_WORD, 0, 0xffff, -1, 0}, /* loop start */ 77 {PARM_WORD, 0, 0xffff, -1, 0}, /* loop end */ 78 {PARM_WORD, 0, 0xffff, -1, 0}, /* coarse sample start */ [all …]
|