Home
last modified time | relevance | path

Searched refs:ac97_template (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/codecs/
H A Dac97.c68 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/sound/arm/
H A Dpxa2xx-ac97.c207 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()
H A Daaci.c814 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()