Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ymfpci/
H A Dymfpci.h228 struct snd_ymfpci_voice { struct
237 void (*interrupt)(struct snd_ymfpci *chip, struct snd_ymfpci_voice *voice); argument
256 struct snd_ymfpci_voice *voices[2]; /* playback only */ argument
352 struct snd_ymfpci_voice voices[64];
H A Dymfpci_main.c202 struct snd_ymfpci_voice **rvoice) in voice_alloc()
204 struct snd_ymfpci_voice *voice, *voice2; in voice_alloc()
240 struct snd_ymfpci_voice **rvoice) in snd_ymfpci_voice_alloc()
262 static int snd_ymfpci_voice_free(struct snd_ymfpci *chip, struct snd_ymfpci_voice *pvoice) in snd_ymfpci_voice_free()
285 static void snd_ymfpci_pcm_interrupt(struct snd_ymfpci *chip, struct snd_ymfpci_voice *voice) in snd_ymfpci_pcm_interrupt()
483 struct snd_ymfpci_voice *voice = ypcm->voices[voiceidx]; in snd_ymfpci_pcm_init_voice()
738 struct snd_ymfpci_voice *voice = ypcm->voices[0]; in snd_ymfpci_playback_pointer()
776 struct snd_ymfpci_voice *voice; in snd_ymfpci_interrupt()