Home
last modified time | relevance | path

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

/openbmc/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.c287 struct snd_ymfpci_pcm *ypcm; in snd_ymfpci_pcm_interrupt()
343 struct snd_ymfpci_pcm *ypcm = runtime->private_data; in snd_ymfpci_pcm_capture_interrupt()
624 struct snd_ymfpci_pcm *ypcm = runtime->private_data; in snd_ymfpci_playback_hw_params()
637 struct snd_ymfpci_pcm *ypcm; in snd_ymfpci_playback_hw_free()
660 struct snd_ymfpci_pcm *ypcm = runtime->private_data; in snd_ymfpci_playback_prepare()
693 struct snd_ymfpci_pcm *ypcm = runtime->private_data; in snd_ymfpci_capture_prepare()
875 struct snd_ymfpci_pcm *ypcm; in snd_ymfpci_playback_open_1()
929 struct snd_ymfpci_pcm *ypcm; in snd_ymfpci_playback_open()
952 struct snd_ymfpci_pcm *ypcm; in snd_ymfpci_playback_spdif_open()
981 struct snd_ymfpci_pcm *ypcm; in snd_ymfpci_playback_4ch_open()
[all …]
H A Dymfpci.c281 err = snd_ymfpci_pcm(chip, 0); in __snd_card_ymfpci_probe()