Lines Matching refs:ac97
206 struct snd_ac97 *ac97 = snd_soc_component_get_drvdata(component); in ad1980_reset() local
211 ret = snd_ac97_reset(ac97, true, AD1980_VENDOR_ID, in ad1980_reset()
233 struct snd_ac97 *ac97; in ad1980_soc_probe() local
239 ac97 = snd_soc_new_ac97_component(component, 0, 0); in ad1980_soc_probe()
240 if (IS_ERR(ac97)) { in ad1980_soc_probe()
241 ret = PTR_ERR(ac97); in ad1980_soc_probe()
246 regmap = regmap_init_ac97(ac97, &ad1980_regmap_config); in ad1980_soc_probe()
253 snd_soc_component_set_drvdata(component, ac97); in ad1980_soc_probe()
281 snd_soc_free_ac97_component(ac97); in ad1980_soc_probe()
287 struct snd_ac97 *ac97 = snd_soc_component_get_drvdata(component); in ad1980_soc_remove() local
290 snd_soc_free_ac97_component(ac97); in ad1980_soc_remove()