Home
last modified time | relevance | path

Searched refs:snd_ymfpci_pcm (Results 1 – 3 of 3) sorted by relevance

/linux/sound/pci/ymfpci/
H A Dymfpci.h219 struct snd_ymfpci_pcm;
238 struct snd_ymfpci_pcm *ypcm;
252 struct snd_ymfpci_pcm { struct
403 int snd_ymfpci_pcm(struct snd_ymfpci *chip, int device);
H A Dymfpci_main.c275 struct snd_ymfpci_pcm *ypcm; in snd_ymfpci_pcm_interrupt()
330 struct snd_ymfpci_pcm *ypcm = runtime->private_data; in snd_ymfpci_pcm_capture_interrupt()
362 struct snd_ymfpci_pcm *ypcm = substream->runtime->private_data; in snd_ymfpci_playback_trigger()
402 struct snd_ymfpci_pcm *ypcm = substream->runtime->private_data; in snd_ymfpci_capture_trigger()
429 static int snd_ymfpci_pcm_voice_alloc(struct snd_ymfpci_pcm *ypcm, int voices) in snd_ymfpci_pcm_voice_alloc()
459 static void snd_ymfpci_pcm_init_voice(struct snd_ymfpci_pcm *ypcm, unsigned int voiceidx, in snd_ymfpci_pcm_init_voice()
602 struct snd_ymfpci_pcm *ypcm = runtime->private_data; in snd_ymfpci_playback_hw_params()
615 struct snd_ymfpci_pcm *ypcm; in snd_ymfpci_playback_hw_free()
638 struct snd_ymfpci_pcm *ypcm = runtime->private_data; in snd_ymfpci_playback_prepare()
671 struct snd_ymfpci_pcm *ypc in snd_ymfpci_capture_prepare()
1098 int snd_ymfpci_pcm(struct snd_ymfpci *chip, int device) snd_ymfpci_pcm() function
[all...]
H A Dymfpci.c281 err = snd_ymfpci_pcm(chip, 0); in __snd_card_ymfpci_probe()