Home
last modified time | relevance | path

Searched refs:snd_ac97_bus (Results 26 – 44 of 44) sorted by relevance

12

/openbmc/linux/sound/pci/
H A Dintel8x0.c370 struct snd_ac97_bus *ac97_bus;
1631 static void snd_intel8x0_mixer_free_ac97_bus(struct snd_ac97_bus *bus) in snd_intel8x0_mixer_free_ac97_bus()
2123 struct snd_ac97_bus *pbus; in snd_intel8x0_mixer()
2196 err = snd_ac97_bus(chip->card, 0, ops, chip, &pbus); in snd_intel8x0_mixer()
H A Dfm801.c205 struct snd_ac97_bus *ac97_bus;
1041 err = snd_ac97_bus(chip->card, 0, &ops, chip, &chip->ac97_bus); in snd_fm801_mixer()
H A Dvia82xx.c379 struct snd_ac97_bus *ac97_bus;
1779 static void snd_via82xx_mixer_free_ac97_bus(struct snd_ac97_bus *bus) in snd_via82xx_mixer_free_ac97_bus()
1884 err = snd_ac97_bus(chip->card, 0, &ops, chip, &chip->ac97_bus); in snd_via82xx_mixer_new()
H A Dazt3328.c748 struct snd_ac97_bus *bus; in snd_azf3328_mixer_new()
769 rc = snd_ac97_bus(chip->card, 0, &ops, NULL, &bus); in snd_azf3328_mixer_new()
H A Dmaestro3.c2030 struct snd_ac97_bus *pbus; in snd_m3_mixer()
2038 err = snd_ac97_bus(chip->card, 0, &ops, NULL, &pbus); in snd_m3_mixer()
H A Dens1370.c1589 struct snd_ac97_bus *pbus; in snd_ensoniq_1371_mixer()
1598 err = snd_ac97_bus(card, 0, &ops, NULL, &pbus); in snd_ensoniq_1371_mixer()
H A Des1968.c2006 struct snd_ac97_bus *pbus; in snd_es1968_mixer()
2014 err = snd_ac97_bus(chip->card, 0, &ops, NULL, &pbus); in snd_es1968_mixer()
/openbmc/linux/sound/pci/emu10k1/
H A Demu10k1x.c720 struct snd_ac97_bus *pbus; in snd_emu10k1x_ac97()
728 err = snd_ac97_bus(chip->card, 0, &ops, NULL, &pbus); in snd_emu10k1x_ac97()
H A Demumixer.c2119 struct snd_ac97_bus *pbus; in snd_emu10k1_mixer()
2126 err = snd_ac97_bus(emu->card, 0, &ops, NULL, &pbus); in snd_emu10k1_mixer()
/openbmc/linux/sound/pci/cs46xx/
H A Dcs46xx.h1668 struct snd_ac97_bus *ac97_bus;
H A Dcs46xx_lib.c2465 err = snd_ac97_bus(card, 0, &ops, chip, &chip->ac97_bus); in snd_cs46xx_mixer()
/openbmc/linux/sound/pci/ca0106/
H A Dca0106_main.c1165 struct snd_ac97_bus *pbus; in snd_ca0106_ac97()
1173 err = snd_ac97_bus(chip->card, 0, &ops, NULL, &pbus); in snd_ca0106_ac97()
/openbmc/linux/sound/pci/riptide/
H A Driptide.c426 struct snd_ac97_bus *ac97_bus;
1945 struct snd_ac97_bus *pbus; in snd_riptide_mixer()
1957 err = snd_ac97_bus(chip->card, 0, &ops, chip, &pbus); in snd_riptide_mixer()
/openbmc/linux/sound/pci/ice1712/
H A Dice1712.c1460 struct snd_ac97_bus *pbus; in snd_ice1712_ac97_mixer()
1471 err = snd_ac97_bus(ice->card, bus_num++, &con_ops, NULL, &pbus); in snd_ice1712_ac97_mixer()
1489 err = snd_ac97_bus(ice->card, bus_num, &pro_ops, NULL, &pbus); in snd_ice1712_ac97_mixer()
H A Dice1724.c1448 struct snd_ac97_bus *pbus; in snd_vt1724_ac97_mixer()
1460 err = snd_ac97_bus(ice->card, 0, &ops, NULL, &pbus); in snd_vt1724_ac97_mixer()
/openbmc/linux/sound/pci/ali5451/
H A Dali5451.c238 struct snd_ac97_bus *ac97_bus;
1796 err = snd_ac97_bus(codec->card, 0, &ops, codec, &codec->ac97_bus); in snd_ali_mixer()
/openbmc/linux/sound/pci/ymfpci/
H A Dymfpci_main.c1768 static void snd_ymfpci_mixer_free_ac97_bus(struct snd_ac97_bus *bus) in snd_ymfpci_mixer_free_ac97_bus()
1792 err = snd_ac97_bus(chip->card, 0, &ops, chip, &chip->ac97_bus); in snd_ymfpci_mixer()
/openbmc/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);
/openbmc/linux/sound/pci/trident/
H A Dtrident_main.c2927 err = snd_ac97_bus(trident->card, 0, &ops, NULL, &trident->ac97_bus); in snd_trident_mixer()

12