Home
last modified time | relevance | path

Searched refs:soc_ac97_ops (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/sound/soc/
Dsoc-ac97.c255 struct snd_ac97_bus_ops *soc_ac97_ops; variable
256 EXPORT_SYMBOL_GPL(soc_ac97_ops);
260 if (ops == soc_ac97_ops) in snd_soc_set_ac97_ops()
263 if (soc_ac97_ops && ops) in snd_soc_set_ac97_ops()
266 soc_ac97_ops = ops; in snd_soc_set_ac97_ops()
/linux-4.4.14/sound/soc/codecs/
Dstac9766.c150 soc_ac97_ops->write(ac97, reg, val); in stac9766_ac97_write()
157 soc_ac97_ops->write(ac97, reg, val); in stac9766_ac97_write()
170 val = soc_ac97_ops->read(ac97, reg - AC97_STAC_PAGE0); in stac9766_ac97_read()
181 val = soc_ac97_ops->read(ac97, reg); in stac9766_ac97_read()
Dwm9705.c216 return soc_ac97_ops->read(ac97, reg); in ac97_read()
233 soc_ac97_ops->write(ac97, reg, val); in ac97_write()
304 soc_ac97_ops->write(ac97, AC97_POWERDOWN, 0xffff); in wm9705_soc_suspend()
321 soc_ac97_ops->write(ac97, i, cache[i>>1]); in wm9705_soc_resume()
Dac97.c76 ret = snd_ac97_bus(codec->component.card->snd_card, 0, soc_ac97_ops, in ac97_soc_probe()
Dwm9712.c497 return soc_ac97_ops->read(wm9712->ac97, reg); in ac97_read()
514 soc_ac97_ops->write(wm9712->ac97, reg, val); in ac97_write()
638 soc_ac97_ops->write(wm9712->ac97, i, cache[i>>1]); in wm9712_soc_resume()
Dwm9713.c686 return soc_ac97_ops->read(wm9713->ac97, reg); in ac97_read()
703 soc_ac97_ops->write(wm9713->ac97, reg, val); in ac97_write()
1196 soc_ac97_ops->write(wm9713->ac97, i, cache[i>>1]); in wm9713_soc_resume()
/linux-4.4.14/include/sound/
Dsoc.h558 extern struct snd_ac97_bus_ops *soc_ac97_ops;