Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/stk1160/
Dstk1160-ac97.c94 struct snd_ac97_template ac97_template; in stk1160_ac97_register() local
118 memset(&ac97_template, 0, sizeof(ac97_template)); in stk1160_ac97_register()
119 ac97_template.private_data = dev; in stk1160_ac97_register()
120 ac97_template.scaps = AC97_SCAP_SKIP_MODEM; in stk1160_ac97_register()
121 rc = snd_ac97_mixer(ac97_bus, &ac97_template, &stk1160_ac97); in stk1160_ac97_register()
/linux-4.4.14/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-4.4.14/sound/arm/
Dpxa2xx-ac97.c181 struct snd_ac97_template ac97_template; in pxa2xx_ac97_probe() local
209 memset(&ac97_template, 0, sizeof(ac97_template)); in pxa2xx_ac97_probe()
210 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()