Lines Matching refs:ac97
222 struct snd_ac97 *ac97 = snd_soc_codec_get_drvdata(codec); in stac9766_codec_resume() local
224 return snd_ac97_reset(ac97, true, STAC9766_VENDOR_ID, in stac9766_codec_resume()
277 struct snd_ac97 *ac97; in stac9766_codec_probe() local
281 ac97 = snd_soc_new_ac97_codec(codec, STAC9766_VENDOR_ID, in stac9766_codec_probe()
283 if (IS_ERR(ac97)) in stac9766_codec_probe()
284 return PTR_ERR(ac97); in stac9766_codec_probe()
286 regmap = regmap_init_ac97(ac97, &stac9766_regmap_config); in stac9766_codec_probe()
293 snd_soc_codec_set_drvdata(codec, ac97); in stac9766_codec_probe()
297 snd_soc_free_ac97_codec(ac97); in stac9766_codec_probe()
303 struct snd_ac97 *ac97 = snd_soc_codec_get_drvdata(codec); in stac9766_codec_remove() local
306 snd_soc_free_ac97_codec(ac97); in stac9766_codec_remove()