|
Linux Kernel
3.7.1
|
#include <linux/delay.h>#include <linux/interrupt.h>#include <linux/time.h>#include <sound/core.h>#include <sound/gus.h>Go to the source code of this file.
Functions | |
| void | snd_gf1_timers_init (struct snd_gus_card *gus) |
| void | snd_gf1_timers_done (struct snd_gus_card *gus) |
| int | snd_gf1_synth_init (struct snd_gus_card *gus) |
| void | snd_gf1_synth_done (struct snd_gus_card *gus) |
| void | snd_gf1_set_default_handlers (struct snd_gus_card *gus, unsigned int what) |
| void | snd_gf1_smart_stop_voice (struct snd_gus_card *gus, unsigned short voice) |
| void | snd_gf1_stop_voice (struct snd_gus_card *gus, unsigned short voice) |
| void | snd_gf1_stop_voices (struct snd_gus_card *gus, unsigned short v_min, unsigned short v_max) |
| struct snd_gus_voice * | snd_gf1_alloc_voice (struct snd_gus_card *gus, int type, int client, int port) |
| void | snd_gf1_free_voice (struct snd_gus_card *gus, struct snd_gus_voice *voice) |
| int | snd_gf1_start (struct snd_gus_card *gus) |
| int | snd_gf1_stop (struct snd_gus_card *gus) |
|
read |
Definition at line 257 of file gus_reset.c.
| void snd_gf1_free_voice | ( | struct snd_gus_card * | gus, |
| struct snd_gus_voice * | voice | ||
| ) |
Definition at line 291 of file gus_reset.c.
| void snd_gf1_set_default_handlers | ( | struct snd_gus_card * | gus, |
| unsigned int | what | ||
| ) |
Definition at line 72 of file gus_reset.c.
| void snd_gf1_smart_stop_voice | ( | struct snd_gus_card * | gus, |
| unsigned short | voice | ||
| ) |
Definition at line 129 of file gus_reset.c.
| int snd_gf1_start | ( | struct snd_gus_card * | gus | ) |
Definition at line 319 of file gus_reset.c.
| int snd_gf1_stop | ( | struct snd_gus_card * | gus | ) |
Definition at line 402 of file gus_reset.c.
| void snd_gf1_stop_voice | ( | struct snd_gus_card * | gus, |
| unsigned short | voice | ||
| ) |
Definition at line 143 of file gus_reset.c.
| void snd_gf1_stop_voices | ( | struct snd_gus_card * | gus, |
| unsigned short | v_min, | ||
| unsigned short | v_max | ||
| ) |
Definition at line 205 of file gus_reset.c.
| void snd_gf1_synth_done | ( | struct snd_gus_card * | gus | ) |
| int snd_gf1_synth_init | ( | struct snd_gus_card * | gus | ) |
| void snd_gf1_timers_done | ( | struct snd_gus_card * | gus | ) |
Definition at line 192 of file gus_timer.c.
| void snd_gf1_timers_init | ( | struct snd_gus_card * | gus | ) |
Definition at line 156 of file gus_timer.c.
1.8.2