Lines Matching refs:ac97
33 struct snd_ac97 *ac97; member
684 return soc_ac97_ops->read(wm9713->ac97, reg); in ac97_read()
701 soc_ac97_ops->write(wm9713->ac97, reg, val); in ac97_write()
1131 soc_ac97_ops->warm_reset(wm9713->ac97); in wm9713_reset()
1136 soc_ac97_ops->reset(wm9713->ac97); in wm9713_reset()
1138 soc_ac97_ops->warm_reset(wm9713->ac97); in wm9713_reset()
1216 soc_ac97_ops->write(wm9713->ac97, i, cache[i>>1]); in wm9713_soc_resume()
1228 wm9713->ac97 = snd_soc_alloc_ac97_codec(codec); in wm9713_soc_probe()
1229 if (IS_ERR(wm9713->ac97)) in wm9713_soc_probe()
1230 return PTR_ERR(wm9713->ac97); in wm9713_soc_probe()
1239 ret = device_add(&wm9713->ac97->dev); in wm9713_soc_probe()
1250 put_device(&wm9713->ac97->dev); in wm9713_soc_probe()
1258 snd_soc_free_ac97_codec(wm9713->ac97); in wm9713_soc_remove()