/sound/soc/codecs/ |
D | ac97.c | 77 struct snd_ac97_bus *ac97_bus; in ac97_soc_probe() local 82 ret = snd_ac97_bus(codec->card->snd_card, 0, &soc_ac97_ops, NULL, &ac97_bus); in ac97_soc_probe() 87 ret = snd_ac97_mixer(ac97_bus, &ac97_template, &codec->ac97); in ac97_soc_probe()
|
/sound/arm/ |
D | pxa2xx-ac97.c | 169 struct snd_ac97_bus *ac97_bus; in pxa2xx_ac97_probe() local 196 ret = snd_ac97_bus(card, 0, &pxa2xx_ac97_ops, NULL, &ac97_bus); in pxa2xx_ac97_probe() 200 ret = snd_ac97_mixer(ac97_bus, &ac97_template, &pxa2xx_ac97_ac97); in pxa2xx_ac97_probe() 210 snd_ac97_dev_add_pdata(ac97_bus->codec[0], pdata->codec_pdata[0]); in pxa2xx_ac97_probe()
|
D | aaci.c | 391 slots = aaci->ac97_bus->pcms[0].r[0].slots; in aaci_rule_channels() 838 struct snd_ac97_bus *ac97_bus; in aaci_probe_ac97() local 855 ret = snd_ac97_bus(aaci->card, 0, &aaci_bus_ops, aaci, &ac97_bus); in aaci_probe_ac97() 859 ac97_bus->clock = 48000; in aaci_probe_ac97() 860 aaci->ac97_bus = ac97_bus; in aaci_probe_ac97() 867 ret = snd_ac97_mixer(ac97_bus, &ac97_template, &ac97); in aaci_probe_ac97() 878 ret = snd_ac97_pcm_assign(ac97_bus, ARRAY_SIZE(ac97_defs), ac97_defs); in aaci_probe_ac97() 882 aaci->playback.pcm = &ac97_bus->pcms[0]; in aaci_probe_ac97() 883 aaci->capture.pcm = &ac97_bus->pcms[1]; in aaci_probe_ac97()
|
D | aaci.h | 235 struct snd_ac97_bus *ac97_bus; member
|
/sound/ |
D | Makefile | 13 obj-$(CONFIG_AC97_BUS) += ac97_bus.o
|
/sound/pci/ |
D | via82xx_modem.c | 254 struct snd_ac97_bus *ac97_bus; member 878 chip->ac97_bus = NULL; in snd_via82xx_mixer_free_ac97_bus() 898 if ((err = snd_ac97_bus(chip->card, 0, &ops, chip, &chip->ac97_bus)) < 0) in snd_via82xx_mixer_new() 900 chip->ac97_bus->private_free = snd_via82xx_mixer_free_ac97_bus; in snd_via82xx_mixer_new() 901 chip->ac97_bus->clock = chip->ac97_clock; in snd_via82xx_mixer_new() 910 if ((err = snd_ac97_mixer(chip->ac97_bus, &ac97, &chip->ac97)) < 0) in snd_via82xx_mixer_new()
|
D | ad1889.c | 99 struct snd_ac97_bus *ac97_bus; member 798 chip->ac97_bus = NULL; in snd_ad1889_ac97_bus_free() 821 err = snd_ac97_bus(chip->card, 0, &ops, chip, &chip->ac97_bus); in snd_ad1889_ac97_init() 825 chip->ac97_bus->private_free = snd_ad1889_ac97_bus_free; in snd_ad1889_ac97_init() 832 err = snd_ac97_mixer(chip->ac97_bus, &ac97, &chip->ac97); in snd_ad1889_ac97_init()
|
D | fm801.c | 187 struct snd_ac97_bus *ac97_bus; member 1020 chip->ac97_bus = NULL; in snd_fm801_mixer_free_ac97_bus() 1043 if ((err = snd_ac97_bus(chip->card, 0, &ops, chip, &chip->ac97_bus)) < 0) in snd_fm801_mixer() 1045 chip->ac97_bus->private_free = snd_fm801_mixer_free_ac97_bus; in snd_fm801_mixer() 1050 if ((err = snd_ac97_mixer(chip->ac97_bus, &ac97, &chip->ac97)) < 0) in snd_fm801_mixer() 1055 if ((err = snd_ac97_mixer(chip->ac97_bus, &ac97, &chip->ac97_sec)) < 0) in snd_fm801_mixer()
|
D | intel8x0.c | 417 struct snd_ac97_bus *ac97_bus; member 1713 chip->ac97_bus = NULL; in snd_intel8x0_mixer_free_ac97_bus() 2285 chip->ac97_bus = pbus; in snd_intel8x0_mixer() 2777 if (chip->ac97_bus->clock != 48000) in intel8x0_measure_ac97_clock() 2793 snd_printk(KERN_ERR "cannot set ac97 rate: clock = %d\n", chip->ac97_bus->clock); in intel8x0_measure_ac97_clock() 2874 chip->ac97_bus->clock = 41000; in intel8x0_measure_ac97_clock() 2877 chip->ac97_bus->clock = 44100; in intel8x0_measure_ac97_clock() 2880 chip->ac97_bus->clock = (chip->ac97_bus->clock * 48000) / pos; in intel8x0_measure_ac97_clock() 2882 printk(KERN_INFO "intel8x0: clocking to %d\n", chip->ac97_bus->clock); in intel8x0_measure_ac97_clock() 2905 chip->ac97_bus->clock = wl->value; in intel8x0_in_clock_list()
|
D | cs4281.c | 462 struct snd_ac97_bus *ac97_bus; member 1084 chip->ac97_bus = NULL; in snd_cs4281_mixer_free_ac97_bus() 1106 if ((err = snd_ac97_bus(card, 0, &ops, chip, &chip->ac97_bus)) < 0) in snd_cs4281_mixer() 1108 chip->ac97_bus->private_free = snd_cs4281_mixer_free_ac97_bus; in snd_cs4281_mixer() 1113 if ((err = snd_ac97_mixer(chip->ac97_bus, &ac97, &chip->ac97)) < 0) in snd_cs4281_mixer() 1117 if ((err = snd_ac97_mixer(chip->ac97_bus, &ac97, &chip->ac97_secondary)) < 0) in snd_cs4281_mixer()
|
D | via82xx.c | 394 struct snd_ac97_bus *ac97_bus; member 1806 chip->ac97_bus = NULL; in snd_via82xx_mixer_free_ac97_bus() 1908 if ((err = snd_ac97_bus(chip->card, 0, &ops, chip, &chip->ac97_bus)) < 0) in snd_via82xx_mixer_new() 1910 chip->ac97_bus->private_free = snd_via82xx_mixer_free_ac97_bus; in snd_via82xx_mixer_new() 1911 chip->ac97_bus->clock = chip->ac97_clock; in snd_via82xx_mixer_new() 1918 if ((err = snd_ac97_mixer(chip->ac97_bus, &ac97, &chip->ac97)) < 0) in snd_via82xx_mixer_new()
|
D | intel8x0m.c | 210 struct snd_ac97_bus *ac97_bus; member 812 chip->ac97_bus = NULL; in snd_intel8x0m_mixer_free_ac97_bus() 848 chip->ac97_bus = pbus; in snd_intel8x0m_mixer()
|
D | atiixp.c | 269 struct snd_ac97_bus *ac97_bus; member 1255 struct snd_ac97_bus *pbus = chip->ac97_bus; in snd_atiixp_pcm_new() 1439 chip->ac97_bus = pbus; in snd_atiixp_mixer_new()
|
D | atiixp_modem.c | 244 struct snd_ac97_bus *ac97_bus; member 1086 chip->ac97_bus = pbus; in snd_atiixp_mixer_new()
|
/sound/atmel/ |
D | ac97c.c | 70 struct snd_ac97_bus *ac97_bus; member 769 err = snd_ac97_pcm_assign(chip->ac97_bus, in atmel_ac97c_pcm_new() 806 return snd_ac97_mixer(chip->ac97_bus, &template, &chip->ac97); in atmel_ac97c_mixer_new() 1002 retval = snd_ac97_bus(card, 0, &ops, chip, &chip->ac97_bus); in atmel_ac97c_probe()
|
/sound/pci/trident/ |
D | trident.h | 399 struct snd_ac97_bus *ac97_bus; member
|
D | trident_main.c | 2991 if ((err = snd_ac97_bus(trident->card, 0, &ops, NULL, &trident->ac97_bus)) < 0) in snd_trident_mixer() 2999 if ((err = snd_ac97_mixer(trident->ac97_bus, &_ac97, &trident->ac97)) < 0) { in snd_trident_mixer() 3014 err = snd_ac97_mixer(trident->ac97_bus, &_ac97, &trident->ac97_sec); in snd_trident_mixer()
|
/sound/pci/ymfpci/ |
D | ymfpci.h | 330 struct snd_ac97_bus *ac97_bus; member
|
D | ymfpci_main.c | 1821 chip->ac97_bus = NULL; in snd_ymfpci_mixer_free_ac97_bus() 1842 if ((err = snd_ac97_bus(chip->card, 0, &ops, chip, &chip->ac97_bus)) < 0) in snd_ymfpci_mixer() 1844 chip->ac97_bus->private_free = snd_ymfpci_mixer_free_ac97_bus; in snd_ymfpci_mixer() 1845 chip->ac97_bus->no_vra = 1; /* YMFPCI doesn't need VRA */ in snd_ymfpci_mixer() 1850 if ((err = snd_ac97_mixer(chip->ac97_bus, &ac97, &chip->ac97)) < 0) in snd_ymfpci_mixer()
|
/sound/pci/ali5451/ |
D | ali5451.c | 265 struct snd_ac97_bus *ac97_bus; member 1855 err = snd_ac97_bus(codec->card, 0, &ops, codec, &codec->ac97_bus); in snd_ali_mixer() 1864 err = snd_ac97_mixer(codec->ac97_bus, &ac97, &codec->ac97[i]); in snd_ali_mixer()
|
/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 1722 chip->ac97_bus = NULL; in snd_cs46xx_mixer_free_ac97_bus() 2308 err = snd_ac97_mixer(chip->ac97_bus, &ac97, &chip->ac97[codec]); in cs46xx_detect_codec() 2334 if ((err = snd_ac97_bus(card, 0, &ops, chip, &chip->ac97_bus)) < 0) in snd_cs46xx_mixer() 2336 chip->ac97_bus->private_free = snd_cs46xx_mixer_free_ac97_bus; in snd_cs46xx_mixer()
|
D | cs46xx.h | 1684 struct snd_ac97_bus *ac97_bus; member
|
/sound/pci/riptide/ |
D | riptide.c | 441 struct snd_ac97_bus *ac97_bus; member 2021 chip->ac97_bus = pbus; in snd_riptide_mixer()
|