• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/trident/

Lines Matching refs:snd_trident

195 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 * trident, struct snd_trident_voice * voice, snd_seq_frequency_t freq)
358 static void sample_volume(struct snd_trident * trident, struct snd_trident_voice * voice, struct snd_seq_ev_volume * volume)
410 static void sample_loop(struct snd_trident * trident, struct snd_trident_voice * voice, struct snd_seq_ev_loop * loop)
449 static void sample_pos(struct snd_trident * trident, struct snd_trident_voice * voice, snd_seq_position_t position)
499 static void sample_private1(struct snd_trident * trident, struct snd_trident_voice * voice, unsigned char *data)
511 struct snd_trident *trident = private_data;
565 //struct snd_trident *trident = private_data;
586 struct snd_trident *trident = private_data;
617 static void select_instrument(struct snd_trident * trident, struct snd_trident_voice * v)
716 struct snd_trident *trident = p->trident;
740 static void snd_trident_synth_free_voices(struct snd_trident * trident, int client, int port)
755 struct snd_trident *trident = port->trident;
781 struct snd_trident *trident = port->trident;
837 struct snd_trident *trident = private_data;
868 static int snd_trident_synth_create_port(struct snd_trident * trident, int idx)
923 struct snd_trident *trident;
929 trident = *(struct snd_trident **)SNDRV_SEQ_DEVICE_ARGPTR(dev);
977 struct snd_trident *trident;
979 trident = *(struct snd_trident **)SNDRV_SEQ_DEVICE_ARGPTR(dev);
1001 sizeof(struct snd_trident *));