Searched refs:PARM_WORD (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | awe_wave.c | 1078 #define PARM_WORD 1 macro 1086 {PARM_WORD, 0, 0x8000, NULL}, /* env1 delay */ 1095 {PARM_WORD, 0, 0x8000, NULL}, /* env2 delay */ 1102 {PARM_WORD, 0, 0x8000, NULL}, /* lfo1 delay */ 1108 {PARM_WORD, 0, 0x8000, NULL}, /* lfo2 delay */ 1112 {PARM_WORD, 0, 0xffff, awe_set_voice_pitch}, /* initial pitch */ 1118 {PARM_WORD, 0, 0xffff, NULL}, /* sample start */ 1119 {PARM_WORD, 0, 0xffff, NULL}, /* loop start */ 1120 {PARM_WORD, 0, 0xffff, NULL}, /* loop end */ 1121 {PARM_WORD, 0, 0xffff, NULL}, /* coarse sample start */ [all …]
|