/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | ac97.c | 67 struct snd_ac97_bus *ac97_bus; in ac97_soc_probe() local 73 NULL, &ac97_bus); in ac97_soc_probe() 78 ret = snd_ac97_mixer(ac97_bus, &ac97_template, &ac97); in ac97_soc_probe()
|
/kernel/linux/linux-5.10/sound/arm/ |
D | pxa2xx-ac97.c | 222 struct snd_ac97_bus *ac97_bus; in pxa2xx_ac97_probe() local 248 ret = snd_ac97_bus(card, 0, &pxa2xx_ac97_ops, NULL, &ac97_bus); in pxa2xx_ac97_probe() 252 ret = snd_ac97_mixer(ac97_bus, &ac97_template, &pxa2xx_ac97_ac97); in pxa2xx_ac97_probe() 262 snd_ac97_dev_add_pdata(ac97_bus->codec[0], pdata->codec_pdata[0]); in pxa2xx_ac97_probe()
|
D | aaci.c | 388 slots = aaci->ac97_bus->pcms[0].r[0].slots; in aaci_rule_channels() 822 struct snd_ac97_bus *ac97_bus; in aaci_probe_ac97() local 839 ret = snd_ac97_bus(aaci->card, 0, &aaci_bus_ops, aaci, &ac97_bus); in aaci_probe_ac97() 843 ac97_bus->clock = 48000; in aaci_probe_ac97() 844 aaci->ac97_bus = ac97_bus; in aaci_probe_ac97() 851 ret = snd_ac97_mixer(ac97_bus, &ac97_template, &ac97); in aaci_probe_ac97() 862 ret = snd_ac97_pcm_assign(ac97_bus, ARRAY_SIZE(ac97_defs), ac97_defs); in aaci_probe_ac97() 866 aaci->playback.pcm = &ac97_bus->pcms[0]; in aaci_probe_ac97() 867 aaci->capture.pcm = &ac97_bus->pcms[1]; in aaci_probe_ac97()
|
D | aaci.h | 232 struct snd_ac97_bus *ac97_bus; member
|
/kernel/linux/linux-5.10/sound/ |
D | Makefile | 12 obj-$(CONFIG_AC97_BUS) += ac97_bus.o
|
/kernel/linux/linux-5.10/sound/pci/ |
D | via82xx_modem.c | 240 struct snd_ac97_bus *ac97_bus; member 862 chip->ac97_bus = NULL; in snd_via82xx_mixer_free_ac97_bus() 882 if ((err = snd_ac97_bus(chip->card, 0, &ops, chip, &chip->ac97_bus)) < 0) in snd_via82xx_mixer_new() 884 chip->ac97_bus->private_free = snd_via82xx_mixer_free_ac97_bus; in snd_via82xx_mixer_new() 885 chip->ac97_bus->clock = chip->ac97_clock; in snd_via82xx_mixer_new() 894 if ((err = snd_ac97_mixer(chip->ac97_bus, &ac97, &chip->ac97)) < 0) in snd_via82xx_mixer_new()
|
D | ad1889.c | 83 struct snd_ac97_bus *ac97_bus; member 748 chip->ac97_bus = NULL; in snd_ad1889_ac97_bus_free() 771 err = snd_ac97_bus(chip->card, 0, &ops, chip, &chip->ac97_bus); in snd_ad1889_ac97_init() 775 chip->ac97_bus->private_free = snd_ad1889_ac97_bus_free; in snd_ad1889_ac97_init() 782 err = snd_ac97_mixer(chip->ac97_bus, &ac97, &chip->ac97); in snd_ad1889_ac97_init()
|
D | fm801.c | 207 struct snd_ac97_bus *ac97_bus; member 1032 chip->ac97_bus = NULL; in snd_fm801_mixer_free_ac97_bus() 1055 if ((err = snd_ac97_bus(chip->card, 0, &ops, chip, &chip->ac97_bus)) < 0) in snd_fm801_mixer() 1057 chip->ac97_bus->private_free = snd_fm801_mixer_free_ac97_bus; in snd_fm801_mixer() 1062 if ((err = snd_ac97_mixer(chip->ac97_bus, &ac97, &chip->ac97)) < 0) in snd_fm801_mixer() 1067 if ((err = snd_ac97_mixer(chip->ac97_bus, &ac97, &chip->ac97_sec)) < 0) in snd_fm801_mixer()
|
D | intel8x0.c | 393 struct snd_ac97_bus *ac97_bus; member 1654 chip->ac97_bus = NULL; in snd_intel8x0_mixer_free_ac97_bus() 2226 chip->ac97_bus = pbus; in snd_intel8x0_mixer() 2673 if (chip->ac97_bus->clock != 48000) in intel8x0_measure_ac97_clock() 2691 chip->ac97_bus->clock); in intel8x0_measure_ac97_clock() 2772 chip->ac97_bus->clock = 41000; in intel8x0_measure_ac97_clock() 2775 chip->ac97_bus->clock = 44100; in intel8x0_measure_ac97_clock() 2778 chip->ac97_bus->clock = (chip->ac97_bus->clock * 48000) / pos; in intel8x0_measure_ac97_clock() 2780 dev_info(chip->card->dev, "clocking to %d\n", chip->ac97_bus->clock); in intel8x0_measure_ac97_clock() 2804 chip->ac97_bus->clock = wl->value; in intel8x0_in_clock_list()
|
D | cs4281.c | 447 struct snd_ac97_bus *ac97_bus; member 1050 chip->ac97_bus = NULL; in snd_cs4281_mixer_free_ac97_bus() 1072 if ((err = snd_ac97_bus(card, 0, &ops, chip, &chip->ac97_bus)) < 0) in snd_cs4281_mixer() 1074 chip->ac97_bus->private_free = snd_cs4281_mixer_free_ac97_bus; in snd_cs4281_mixer() 1079 if ((err = snd_ac97_mixer(chip->ac97_bus, &ac97, &chip->ac97)) < 0) in snd_cs4281_mixer() 1083 if ((err = snd_ac97_mixer(chip->ac97_bus, &ac97, &chip->ac97_secondary)) < 0) in snd_cs4281_mixer()
|
D | via82xx.c | 380 struct snd_ac97_bus *ac97_bus; member 1777 chip->ac97_bus = NULL; in snd_via82xx_mixer_free_ac97_bus() 1879 if ((err = snd_ac97_bus(chip->card, 0, &ops, chip, &chip->ac97_bus)) < 0) in snd_via82xx_mixer_new() 1881 chip->ac97_bus->private_free = snd_via82xx_mixer_free_ac97_bus; in snd_via82xx_mixer_new() 1882 chip->ac97_bus->clock = chip->ac97_clock; in snd_via82xx_mixer_new() 1889 if ((err = snd_ac97_mixer(chip->ac97_bus, &ac97, &chip->ac97)) < 0) in snd_via82xx_mixer_new()
|
D | intel8x0m.c | 195 struct snd_ac97_bus *ac97_bus; member 787 chip->ac97_bus = NULL; in snd_intel8x0m_mixer_free_ac97_bus() 823 chip->ac97_bus = pbus; in snd_intel8x0m_mixer()
|
D | atiixp.c | 255 struct snd_ac97_bus *ac97_bus; member 1240 struct snd_ac97_bus *pbus = chip->ac97_bus; in snd_atiixp_pcm_new() 1422 chip->ac97_bus = pbus; in snd_atiixp_mixer_new()
|
D | atiixp_modem.c | 230 struct snd_ac97_bus *ac97_bus; member 1065 chip->ac97_bus = pbus; in snd_atiixp_mixer_new()
|
/kernel/linux/linux-5.10/sound/atmel/ |
D | ac97c.c | 44 struct snd_ac97_bus *ac97_bus; member 574 retval = snd_ac97_pcm_assign(chip->ac97_bus, in atmel_ac97c_pcm_new() 604 return snd_ac97_mixer(chip->ac97_bus, &template, &chip->ac97); in atmel_ac97c_mixer_new() 777 retval = snd_ac97_bus(card, 0, &ops, chip, &chip->ac97_bus); in atmel_ac97c_probe()
|
/kernel/linux/linux-5.10/sound/pci/trident/ |
D | trident.h | 384 struct snd_ac97_bus *ac97_bus; member
|
D | trident_main.c | 2924 if ((err = snd_ac97_bus(trident->card, 0, &ops, NULL, &trident->ac97_bus)) < 0) in snd_trident_mixer() 2932 if ((err = snd_ac97_mixer(trident->ac97_bus, &_ac97, &trident->ac97)) < 0) { in snd_trident_mixer() 2947 err = snd_ac97_mixer(trident->ac97_bus, &_ac97, &trident->ac97_sec); in snd_trident_mixer()
|
/kernel/linux/linux-5.10/sound/pci/ymfpci/ |
D | ymfpci.h | 315 struct snd_ac97_bus *ac97_bus; member
|
D | ymfpci_main.c | 1767 chip->ac97_bus = NULL; in snd_ymfpci_mixer_free_ac97_bus() 1788 if ((err = snd_ac97_bus(chip->card, 0, &ops, chip, &chip->ac97_bus)) < 0) in snd_ymfpci_mixer() 1790 chip->ac97_bus->private_free = snd_ymfpci_mixer_free_ac97_bus; in snd_ymfpci_mixer() 1791 chip->ac97_bus->no_vra = 1; /* YMFPCI doesn't need VRA */ in snd_ymfpci_mixer() 1796 if ((err = snd_ac97_mixer(chip->ac97_bus, &ac97, &chip->ac97)) < 0) in snd_ymfpci_mixer()
|
/kernel/linux/linux-5.10/sound/pci/ali5451/ |
D | ali5451.c | 239 struct snd_ac97_bus *ac97_bus; member 1797 err = snd_ac97_bus(codec->card, 0, &ops, codec, &codec->ac97_bus); in snd_ali_mixer() 1806 err = snd_ac97_mixer(codec->ac97_bus, &ac97, &codec->ac97[i]); in snd_ali_mixer()
|
/kernel/linux/linux-5.10/sound/pci/cs46xx/ |
D | cs46xx.h | 1669 struct snd_ac97_bus *ac97_bus; member
|
D | cs46xx_lib.c | 1865 chip->ac97_bus = NULL; in snd_cs46xx_mixer_free_ac97_bus() 2453 err = snd_ac97_mixer(chip->ac97_bus, &ac97, &chip->ac97[codec]); in cs46xx_detect_codec() 2479 if ((err = snd_ac97_bus(card, 0, &ops, chip, &chip->ac97_bus)) < 0) in snd_cs46xx_mixer() 2481 chip->ac97_bus->private_free = snd_cs46xx_mixer_free_ac97_bus; in snd_cs46xx_mixer()
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | exynos5250-pinctrl.dtsi | 313 ac97_bus: ac97-bus { label
|
D | exynos4210-pinctrl.dtsi | 266 ac97_bus: ac97-bus { label
|
D | s5pv210-pinctrl.dtsi | 383 ac97_bus: ac97-bus { label
|