Searched refs:snd_ac97_bus (Results 1 – 12 of 12) sorted by relevance
| /linux/include/sound/ |
| H A D | ac97_codec.h | 198 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 D | ac97_local.h | 17 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 D | au88x0_mixer.c | 25 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 D | ac97.c | 68 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 D | aaci.h | 232 struct snd_ac97_bus *ac97_bus;
|
| /linux/sound/ac97/ |
| H A D | snd_ac97_compat.c | 63 static struct snd_ac97_bus compat_soc_ac97_bus = {
|
| /linux/sound/pci/trident/ |
| H A D | trident.h | 383 struct snd_ac97_bus *ac97_bus;
|
| /linux/sound/pci/ymfpci/ |
| H A D | ymfpci.h | 355 struct snd_ac97_bus *ac97_bus;
|
| /linux/sound/soc/ |
| H A D | soc-ac97.c | 36 static struct snd_ac97_bus soc_ac97_bus = {
|
| /linux/sound/pci/cs46xx/ |
| H A D | cs46xx.h | 1668 struct snd_ac97_bus *ac97_bus;
|
| /linux/sound/pci/riptide/ |
| H A D | riptide.c | 427 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 D | writing-an-alsa-driver.rst | 2759 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);
|