Searched refs:ac97_template (Results 1 – 2 of 2) sorted by relevance
68 struct snd_ac97_template ac97_template; in ac97_soc_probe() local77 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()
814 struct snd_ac97_template ac97_template; in aaci_probe_ac97() local839 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()