Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dac97.c72 struct snd_ac97_template ac97_template; in ac97_soc_probe() local
81 memset(&ac97_template, 0, sizeof(struct snd_ac97_template)); in ac97_soc_probe()
82 ret = snd_ac97_mixer(ac97_bus, &ac97_template, &ac97); in ac97_soc_probe()
/Linux-v4.19/sound/arm/
Dpxa2xx-ac97.c228 struct snd_ac97_template ac97_template; in pxa2xx_ac97_probe() local
256 memset(&ac97_template, 0, sizeof(ac97_template)); in pxa2xx_ac97_probe()
257 ret = snd_ac97_mixer(ac97_bus, &ac97_template, &pxa2xx_ac97_ac97); in pxa2xx_ac97_probe()
Daaci.c837 struct snd_ac97_template ac97_template; in aaci_probe_ac97() local
862 memset(&ac97_template, 0, sizeof(struct snd_ac97_template)); in aaci_probe_ac97()
863 ac97_template.private_data = aaci; in aaci_probe_ac97()
864 ac97_template.num = 0; in aaci_probe_ac97()
865 ac97_template.scaps = AC97_SCAP_SKIP_MODEM; in aaci_probe_ac97()
867 ret = snd_ac97_mixer(ac97_bus, &ac97_template, &ac97); in aaci_probe_ac97()