Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ymfpci/
H A Dymfpci_main.c78 struct snd_ymfpci *chip = ac97->private_data; in snd_ymfpci_codec_write()
88 struct snd_ymfpci *chip = ac97->private_data; in snd_ymfpci_codec_read()
200 static int voice_alloc(struct snd_ymfpci *chip, in voice_alloc()
344 struct snd_ymfpci *chip = ypcm->chip; in snd_ymfpci_pcm_capture_interrupt()
774 struct snd_ymfpci *chip = dev_id; in snd_ymfpci_interrupt()
1770 struct snd_ymfpci *chip = bus->private_data; in snd_ymfpci_mixer_free_ac97_bus()
1776 struct snd_ymfpci *chip = ac97->private_data; in snd_ymfpci_mixer_free_ac97()
1886 struct snd_ymfpci *chip; in snd_ymfpci_timer_start()
1911 struct snd_ymfpci *chip; in snd_ymfpci_timer_stop()
2197 struct snd_ymfpci *chip = card->private_data; in snd_ymfpci_free()
[all …]
H A Dymfpci.h220 struct snd_ymfpci;
229 struct snd_ymfpci *chip;
253 struct snd_ymfpci *chip;
314 struct snd_ymfpci { struct
399 void snd_ymfpci_free_gameport(struct snd_ymfpci *chip); argument
403 int snd_ymfpci_pcm(struct snd_ymfpci *chip, int device);
404 int snd_ymfpci_pcm2(struct snd_ymfpci *chip, int device);
405 int snd_ymfpci_pcm_spdif(struct snd_ymfpci *chip, int device);
406 int snd_ymfpci_pcm_4ch(struct snd_ymfpci *chip, int device);
407 int snd_ymfpci_mixer(struct snd_ymfpci *chip, int rear_switch);
[all …]
H A Dymfpci.c61 static int snd_ymfpci_create_gameport(struct snd_ymfpci *chip, int dev, in snd_ymfpci_create_gameport()
143 void snd_ymfpci_free_gameport(struct snd_ymfpci *chip) in snd_ymfpci_free_gameport()
151 static inline int snd_ymfpci_create_gameport(struct snd_ymfpci *chip, int dev, int l, int l2) { ret… in snd_ymfpci_create_gameport()
152 void snd_ymfpci_free_gameport(struct snd_ymfpci *chip) { } in snd_ymfpci_free_gameport()
162 struct snd_ymfpci *chip; in __snd_card_ymfpci_probe()