Searched refs:ac97_template (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/media/usb/stk1160/ |
D | stk1160-ac97.c | 94 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.1.27/sound/soc/codecs/ |
D | ac97.c | 76 struct snd_ac97_template ac97_template; in ac97_soc_probe() local 85 memset(&ac97_template, 0, sizeof(struct snd_ac97_template)); in ac97_soc_probe() 86 ret = snd_ac97_mixer(ac97_bus, &ac97_template, &ac97); in ac97_soc_probe()
|
/linux-4.1.27/sound/arm/ |
D | pxa2xx-ac97.c | 172 struct snd_ac97_template ac97_template; in pxa2xx_ac97_probe() local 200 memset(&ac97_template, 0, sizeof(ac97_template)); in pxa2xx_ac97_probe() 201 ret = snd_ac97_mixer(ac97_bus, &ac97_template, &pxa2xx_ac97_ac97); in pxa2xx_ac97_probe()
|
D | aaci.c | 837 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()
|