Lines Matching refs:ac97
27 struct snd_ac97 *ac97; member
494 return soc_ac97_ops->read(wm9712->ac97, reg); in ac97_read()
511 soc_ac97_ops->write(wm9712->ac97, reg, val); in ac97_write()
622 soc_ac97_ops->warm_reset(wm9712->ac97); in wm9712_reset()
627 soc_ac97_ops->reset(wm9712->ac97); in wm9712_reset()
629 soc_ac97_ops->warm_reset(wm9712->ac97); in wm9712_reset()
657 soc_ac97_ops->write(wm9712->ac97, i, cache[i>>1]); in wm9712_soc_resume()
669 wm9712->ac97 = snd_soc_alloc_ac97_codec(codec); in wm9712_soc_probe()
670 if (IS_ERR(wm9712->ac97)) { in wm9712_soc_probe()
671 ret = PTR_ERR(wm9712->ac97); in wm9712_soc_probe()
680 ret = device_add(&wm9712->ac97->dev); in wm9712_soc_probe()
690 put_device(&wm9712->ac97->dev); in wm9712_soc_probe()
698 snd_soc_free_ac97_codec(wm9712->ac97); in wm9712_soc_remove()