Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dad1980.c122 return soc_ac97_ops.read(codec->ac97, reg); in ac97_read()
138 soc_ac97_ops.write(codec->ac97, reg, val); in ac97_write()
169 if (try_warm && soc_ac97_ops.warm_reset) { in ad1980_reset()
170 soc_ac97_ops.warm_reset(codec->ac97); in ad1980_reset()
175 soc_ac97_ops.reset(codec->ac97); in ad1980_reset()
228 ret = snd_soc_new_ac97_codec(codec, &soc_ac97_ops, 0); in ad1980_soc_probe()
Dac97.c67 return soc_ac97_ops.read(codec->ac97, reg); in ac97_read()
73 soc_ac97_ops.write(codec->ac97, reg, val); in ac97_write()
108 ret = snd_ac97_bus(codec->card, 0, &soc_ac97_ops, NULL, &ac97_bus); in ac97_soc_probe()
Dwm9712.c466 return soc_ac97_ops.read(codec->ac97, reg); in ac97_read()
482 soc_ac97_ops.write(codec->ac97, reg, val); in ac97_write()
590 if (try_warm && soc_ac97_ops.warm_reset) { in wm9712_reset()
591 soc_ac97_ops.warm_reset(codec->ac97); in wm9712_reset()
596 soc_ac97_ops.reset(codec->ac97); in wm9712_reset()
637 soc_ac97_ops.write(codec->ac97, i, cache[i>>1]); in wm9712_soc_resume()
680 ret = snd_soc_new_ac97_codec(codec, &soc_ac97_ops, 0); in wm9712_soc_probe()
Dwm9713.c635 return soc_ac97_ops.read(codec->ac97, reg); in ac97_read()
651 soc_ac97_ops.write(codec->ac97, reg, val); in ac97_write()
1086 if (try_warm && soc_ac97_ops.warm_reset) { in wm9713_reset()
1087 soc_ac97_ops.warm_reset(codec->ac97); in wm9713_reset()
1092 soc_ac97_ops.reset(codec->ac97); in wm9713_reset()
1093 if (soc_ac97_ops.warm_reset) in wm9713_reset()
1094 soc_ac97_ops.warm_reset(codec->ac97); in wm9713_reset()
1176 soc_ac97_ops.write(codec->ac97, i, cache[i>>1]); in wm9713_soc_resume()
1224 ret = snd_soc_new_ac97_codec(codec, &soc_ac97_ops, 0); in wm9713_soc_probe()
/sound/soc/pxa/
Dpxa2xx-ac97.c43 struct snd_ac97_bus_ops soc_ac97_ops = { variable
230 EXPORT_SYMBOL_GPL(soc_ac97_ops);
/sound/soc/sh/
Dhac.c230 struct snd_ac97_bus_ops soc_ac97_ops = { variable
236 EXPORT_SYMBOL_GPL(soc_ac97_ops);
/sound/soc/au1x/
Dpsc.h22 extern struct snd_ac97_bus_ops soc_ac97_ops;
Dpsc-ac97.c154 struct snd_ac97_bus_ops soc_ac97_ops = { variable
160 EXPORT_SYMBOL_GPL(soc_ac97_ops);
/sound/soc/blackfin/
Dbf5xx-ac97.c263 struct snd_ac97_bus_ops soc_ac97_ops = { variable
269 EXPORT_SYMBOL_GPL(soc_ac97_ops);
/sound/soc/s3c24xx/
Ds3c2443-ac97.c172 struct snd_ac97_bus_ops soc_ac97_ops = { variable
397 EXPORT_SYMBOL_GPL(soc_ac97_ops);