Searched refs:soc_ac97_ops (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/sound/soc/ |
D | soc-ac97.c | 255 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/ |
D | stac9766.c | 150 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()
|
D | wm9705.c | 216 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()
|
D | ac97.c | 76 ret = snd_ac97_bus(codec->component.card->snd_card, 0, soc_ac97_ops, in ac97_soc_probe()
|
D | wm9712.c | 497 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()
|
D | wm9713.c | 686 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/ |
D | soc.h | 558 extern struct snd_ac97_bus_ops *soc_ac97_ops;
|