Searched refs:ac97_template (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | ac97.c | 68 struct snd_ac97_template ac97_template; in ac97_soc_probe() local 77 memset(&ac97_template, 0, sizeof(struct snd_ac97_template)); in ac97_soc_probe() 78 ret = snd_ac97_mixer(ac97_bus, &ac97_template, &ac97); in ac97_soc_probe()
|
/linux-6.12.1/sound/arm/ |
D | pxa2xx-ac97.c | 207 struct snd_ac97_template ac97_template; in pxa2xx_ac97_probe() local 235 memset(&ac97_template, 0, sizeof(ac97_template)); in pxa2xx_ac97_probe() 236 ret = snd_ac97_mixer(ac97_bus, &ac97_template, &pxa2xx_ac97_ac97); in pxa2xx_ac97_probe()
|
D | aaci.c | 814 struct snd_ac97_template ac97_template; in aaci_probe_ac97() local 839 memset(&ac97_template, 0, sizeof(struct snd_ac97_template)); in aaci_probe_ac97() 840 ac97_template.private_data = aaci; in aaci_probe_ac97() 841 ac97_template.num = 0; in aaci_probe_ac97() 842 ac97_template.scaps = AC97_SCAP_SKIP_MODEM; in aaci_probe_ac97() 844 ret = snd_ac97_mixer(ac97_bus, &ac97_template, &ac97); in aaci_probe_ac97()
|