Searched refs:snd_trident (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dtrident.h256 struct snd_trident;
261 void (*sample_start)(struct snd_trident *gus, struct snd_trident_voice *voice, snd_seq_position_t position);
262 void (*sample_stop)(struct snd_trident *gus, struct snd_trident_voice *voice, int mode);
263 void (*sample_freq)(struct snd_trident *gus, struct snd_trident_voice *voice, snd_seq_frequency_t freq);
264 void (*sample_volume)(struct snd_trident *gus, struct snd_trident_voice *voice, struct snd_seq_ev_volume *volume);
265 void (*sample_loop)(struct snd_trident *card, struct snd_trident_voice *voice, struct snd_seq_ev_loop *loop);
266 void (*sample_pos)(struct snd_trident *card, struct snd_trident_voice *voice, snd_seq_position_t position);
267 void (*sample_private1)(struct snd_trident *card, struct snd_trident_voice *voice, unsigned char *data);
272 struct snd_trident * trident;
330 struct snd_trident *triden
376 struct snd_trident { struct
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_memory.c73 static inline void set_tlb_bus(struct snd_trident *trident, int page,
80 static inline void set_silent_tlb(struct snd_trident *trident, int page)
103 static inline void set_tlb_bus(struct snd_trident *trident, int page,
114 static inline void set_silent_tlb(struct snd_trident *trident, int page)
125 static inline void *offset_ptr(struct snd_trident *trident, int offset)
191 snd_trident_alloc_sg_pages(struct snd_trident *trident,
239 snd_trident_alloc_cont_pages(struct snd_trident *trident,
280 snd_trident_alloc_pages(struct snd_trident *trident,
295 int snd_trident_free_pages(struct snd_trident *trident,
325 static int synth_alloc_pages(struct snd_trident *h
[all...]
H A Dtrident_main.c49 static int snd_trident_pcm_mixer_build(struct snd_trident *trident,
52 static int snd_trident_pcm_mixer_free(struct snd_trident *trident,
56 static int snd_trident_sis_reset(struct snd_trident *trident);
58 static void snd_trident_clear_voices(struct snd_trident * trident,
60 static int snd_trident_free(struct snd_trident *trident);
85 struct snd_trident *trident = ac97->private_data;
147 struct snd_trident *trident = ac97->private_data;
198 void snd_trident_enable_eso(struct snd_trident *trident)
209 static void snd_trident_enable_eso(struct snd_trident * trident)
222 void snd_trident_disable_eso(struct snd_trident *triden
[all...]
H A Dtrident_synth.c195 static void sample_start(struct snd_trident * trident, struct snd_trident_voice * voice, snd_seq_position_t position);
196 static void sample_stop(struct snd_trident * trident, struct snd_trident_voice * voice, int mode);
197 static void sample_freq(struct snd_trident * trident, struct snd_trident_voice * voice, snd_seq_frequency_t freq);
198 static void sample_volume(struct snd_trident * trident, struct snd_trident_voice * voice, struct snd_seq_ev_volume * volume);
199 static void sample_loop(struct snd_trident * trident, struct snd_trident_voice * voice, struct snd_seq_ev_loop * loop);
200 static void sample_pos(struct snd_trident * trident, struct snd_trident_voice * voice, snd_seq_position_t position);
201 static void sample_private1(struct snd_trident * trident, struct snd_trident_voice * voice, unsigned char *data);
223 static void sample_start(struct snd_trident * trident, struct snd_trident_voice * voice, snd_seq_position_t position)
308 static void sample_stop(struct snd_trident * trident, struct snd_trident_voice * voice, int mode)
332 static void sample_freq(struct snd_trident * triden
[all...]
H A Dtrident.c82 struct snd_trident *trident;

Completed in 86 milliseconds