Home
last modified time | relevance | path

Searched refs:snd_gus_voice (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/sound/
Dgus.h230 struct snd_gus_voice;
249 struct snd_gus_voice { struct
265 void (*handler_wave) (struct snd_gus_card * gus, struct snd_gus_voice * voice); argument
266 void (*handler_volume) (struct snd_gus_card * gus, struct snd_gus_voice * voice); argument
267 void (*handler_effect) (struct snd_gus_card * gus, struct snd_gus_voice * voice); argument
292 void (*private_free)(struct snd_gus_voice *voice); argument
330 struct snd_gus_voice voices[32]; /* GF1 voices */
583 struct snd_gus_voice *snd_gf1_alloc_voice(struct snd_gus_card * gus, int type, int client, int port…
584 void snd_gf1_free_voice(struct snd_gus_card * gus, struct snd_gus_voice *voice);
/linux-2.6.39/sound/isa/gus/
Dgus_reset.c56 …_default_interrupt_handler_wave_and_volume(struct snd_gus_card * gus, struct snd_gus_voice * voice) in snd_gf1_default_interrupt_handler_wave_and_volume()
83 struct snd_gus_voice *voice; in snd_gf1_set_default_handlers()
235 struct snd_gus_voice * pvoice, in snd_gf1_alloc_voice_use()
257 struct snd_gus_voice *snd_gf1_alloc_voice(struct snd_gus_card * gus, int type, int client, int port) in snd_gf1_alloc_voice()
259 struct snd_gus_voice *pvoice; in snd_gf1_alloc_voice()
291 void snd_gf1_free_voice(struct snd_gus_card * gus, struct snd_gus_voice *voice) in snd_gf1_free_voice()
294 void (*private_free)(struct snd_gus_voice *voice); in snd_gf1_free_voice()
Dgus_irq.c58 struct snd_gus_voice *pvoice; in snd_gus_interrupt()
121 struct snd_gus_voice *pvoice; in snd_gus_irq_info_read()
Dgus_pcm.c49 struct snd_gus_voice *pvoices[2];
187 struct snd_gus_voice *pvoice) in snd_gf1_pcm_interrupt_wave()
272 struct snd_gus_voice * pvoice) in snd_gf1_pcm_interrupt_volume()
776 struct snd_gus_voice *pvoice; in snd_gf1_pcm_volume_put()