Home
last modified time | relevance | path

Searched refs:snd_ac97_bus (Results 1 – 12 of 12) sorted by relevance

/linux/include/sound/
H A Dac97_codec.h198 struct snd_ac97_bus { struct
202 void (*private_free) (struct snd_ac97_bus *bus); argument
240 struct snd_ac97_bus *bus;
313 int snd_ac97_bus(struct snd_card *card, int num,
315 void *private_data, struct snd_ac97_bus **rbus);
317 int snd_ac97_mixer(struct snd_ac97_bus *bus, struct snd_ac97_template *template,
387 struct snd_ac97_bus *bus;
404 int snd_ac97_pcm_assign(struct snd_ac97_bus *ac97,
/linux/sound/pci/ac97/
H A Dac97_local.h17 void snd_ac97_bus_proc_init(struct snd_ac97_bus * ac97);
18 void snd_ac97_bus_proc_done(struct snd_ac97_bus * ac97);
/linux/sound/pci/au88x0/
H A Dau88x0_mixer.c25 struct snd_ac97_bus *pbus; in snd_vortex_mixer()
33 err = snd_ac97_bus(vortex->card, 0, &ops, NULL, &pbus); in snd_vortex_mixer()
/linux/sound/soc/codecs/
H A Dac97.c68 struct snd_ac97_bus *ac97_bus; in ac97_soc_probe()
73 ret = snd_ac97_bus(component->card->snd_card, 0, soc_ac97_ops, in ac97_soc_probe()
/linux/sound/arm/
H A Daaci.h232 struct snd_ac97_bus *ac97_bus;
/linux/sound/ac97/
H A Dsnd_ac97_compat.c63 static struct snd_ac97_bus compat_soc_ac97_bus = {
/linux/sound/pci/trident/
H A Dtrident.h383 struct snd_ac97_bus *ac97_bus;
/linux/sound/pci/ymfpci/
H A Dymfpci.h355 struct snd_ac97_bus *ac97_bus;
/linux/sound/soc/
H A Dsoc-ac97.c36 static struct snd_ac97_bus soc_ac97_bus = {
/linux/sound/pci/cs46xx/
H A Dcs46xx.h1668 struct snd_ac97_bus *ac97_bus;
/linux/sound/pci/riptide/
H A Driptide.c427 struct snd_ac97_bus *ac97_bus;
1941 struct snd_ac97_bus *pbus; in snd_riptide_mixer()
1953 err = snd_ac97_bus(chip->card, 0, &ops, chip, &pbus); in snd_riptide_mixer()
/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst2759 struct snd_ac97_bus *bus;
2767 err = snd_ac97_bus(chip->card, 0, &ops, NULL, &bus);
2779 To create an ac97 instance, first call :c:func:`snd_ac97_bus()`
2782 struct snd_ac97_bus *bus;
2788 snd_ac97_bus(card, 0, &ops, NULL, &pbus);