Lines Matching refs:ac97
142 struct snd_ac97 *ac97 = snd_soc_codec_get_drvdata(codec); in stac9766_ac97_write() local
147 soc_ac97_ops->write(ac97, reg, val); in stac9766_ac97_write()
154 soc_ac97_ops->write(ac97, reg, val); in stac9766_ac97_write()
162 struct snd_ac97 *ac97 = snd_soc_codec_get_drvdata(codec); in stac9766_ac97_read() local
167 val = soc_ac97_ops->read(ac97, reg - AC97_STAC_PAGE0); in stac9766_ac97_read()
178 val = soc_ac97_ops->read(ac97, reg); in stac9766_ac97_read()
245 struct snd_ac97 *ac97 = snd_soc_codec_get_drvdata(codec); in stac9766_reset() local
248 soc_ac97_ops->warm_reset(ac97); in stac9766_reset()
253 soc_ac97_ops->reset(ac97); in stac9766_reset()
255 soc_ac97_ops->warm_reset(ac97); in stac9766_reset()
263 struct snd_ac97 *ac97 = snd_soc_codec_get_drvdata(codec); in stac9766_codec_resume() local
273 ac97->bus->ops->warm_reset(ac97); in stac9766_codec_resume()
274 id = soc_ac97_ops->read(ac97, AC97_VENDOR_ID2); in stac9766_codec_resume()
333 struct snd_ac97 *ac97; in stac9766_codec_probe() local
336 ac97 = snd_soc_new_ac97_codec(codec); in stac9766_codec_probe()
337 if (IS_ERR(ac97)) in stac9766_codec_probe()
338 return PTR_ERR(ac97); in stac9766_codec_probe()
340 snd_soc_codec_set_drvdata(codec, ac97); in stac9766_codec_probe()
354 snd_soc_free_ac97_codec(ac97); in stac9766_codec_probe()
360 struct snd_ac97 *ac97 = snd_soc_codec_get_drvdata(codec); in stac9766_codec_remove() local
362 snd_soc_free_ac97_codec(ac97); in stac9766_codec_remove()