Lines Matching +full:0 +full:xfd00

18 #define SNDRV_OSS_PATCHKEY(id) (0xfd00|id)
20 #define SNDRV_OSS_PATCHKEY(id) ((id<<8)|0xfd)
26 #define SNDRV_OSS_SOUNDFONT_PATCH SNDRV_OSS_PATCHKEY(0x07)
34 #define SNDRV_SFNT_LOAD_INFO 0 /* awe_voice_rec */
59 #define SNDRV_SFNT_PAT_TYPE_MISC 0
62 #define SNDRV_SFNT_PAT_LOCKED 0x100 /* lock the samples */
63 #define SNDRV_SFNT_PAT_SHARED 0x200 /* sample is shared */
76 unsigned short moddelay; /* modulation delay (0x8000) */
77 unsigned short modatkhld; /* modulation attack & hold time (0x7f7f) */
78 unsigned short moddcysus; /* modulation decay & sustain (0x7f7f) */
79 unsigned short modrelease; /* modulation release time (0x807f) */
81 unsigned short voldelay; /* volume delay (0x8000) */
82 unsigned short volatkhld; /* volume attack & hold time (0x7f7f) */
83 unsigned short voldcysus; /* volume decay & sustain (0x7f7f) */
84 unsigned short volrelease; /* volume release time (0x807f) */
86 unsigned short lfo1delay; /* LFO1 delay (0x8000) */
87 unsigned short lfo2delay; /* LFO2 delay (0x8000) */
88 unsigned short pefe; /* modulation pitch & cutoff (0x0000) */
89 unsigned short fmmod; /* LFO1 pitch & cutoff (0x0000) */
90 unsigned short tremfrq; /* LFO1 volume & freq (0x0000) */
91 unsigned short fm2frq2; /* LFO2 pitch & freq (0x0000) */
92 unsigned char cutoff; /* initial cutoff (0xff) */
93 unsigned char filterQ; /* initial filter Q [0-15] (0x0) */
94 unsigned char chorus; /* chorus send (0x00) */
95 unsigned char reverb; /* reverb send (0x00) */
108 #define SNDRV_SFNT_MODE_ROMSOUND 0x8000
120 short exclusiveClass; /* exclusive class (0 = none) */
134 char write_mode; /* write mode; normally 0 */
135 #define SNDRV_SFNT_WR_APPEND 0 /* append anyway */
151 int size; /* size (0 = ROM) */
182 #define SNDRV_EMUX_VERSION ((1 << 16) | (0 << 8) | 0) /* 1.0.0 */
191 #define SNDRV_EMUX_IOCTL_VERSION _IOR('H', 0x80, unsigned int)
192 #define SNDRV_EMUX_IOCTL_LOAD_PATCH _IOWR('H', 0x81, struct soundfont_patch_info)
193 #define SNDRV_EMUX_IOCTL_RESET_SAMPLES _IO('H', 0x82)
194 #define SNDRV_EMUX_IOCTL_REMOVE_LAST_SAMPLES _IO('H', 0x83)
195 #define SNDRV_EMUX_IOCTL_MEM_AVAIL _IOW('H', 0x84, int)
196 #define SNDRV_EMUX_IOCTL_MISC_MODE _IOWR('H', 0x84, struct snd_emux_misc_mode)