Home
last modified time | relevance | path

Searched refs:snd_ymfpci_voice (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/sound/pci/ymfpci/
Dymfpci.h243 struct snd_ymfpci_voice { struct
252 void (*interrupt)(struct snd_ymfpci *chip, struct snd_ymfpci_voice *voice); argument
271 struct snd_ymfpci_voice *voices[2]; /* playback only */ argument
327 struct snd_ymfpci_voice voices[64];
Dymfpci_main.c221 struct snd_ymfpci_voice **rvoice) in voice_alloc()
223 struct snd_ymfpci_voice *voice, *voice2; in voice_alloc()
259 struct snd_ymfpci_voice **rvoice) in snd_ymfpci_voice_alloc()
281 static int snd_ymfpci_voice_free(struct snd_ymfpci *chip, struct snd_ymfpci_voice *pvoice) in snd_ymfpci_voice_free()
304 static void snd_ymfpci_pcm_interrupt(struct snd_ymfpci *chip, struct snd_ymfpci_voice *voice) in snd_ymfpci_pcm_interrupt()
501 struct snd_ymfpci_voice *voice = ypcm->voices[voiceidx]; in snd_ymfpci_pcm_init_voice()
764 struct snd_ymfpci_voice *voice = ypcm->voices[0]; in snd_ymfpci_playback_pointer()
802 struct snd_ymfpci_voice *voice; in snd_ymfpci_interrupt()