Searched refs:soc_ac97_ops (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/soc/codecs/
H A Dac97.c69 return soc_ac97_ops.read(codec->ac97, reg);
75 soc_ac97_ops.write(codec->ac97, reg, val);
110 ret = snd_ac97_bus(codec->card, 0, &soc_ac97_ops, NULL, &ac97_bus);
H A Dwm9712.c478 return soc_ac97_ops.read(codec->ac97, reg);
494 soc_ac97_ops.write(codec->ac97, reg, val);
609 if (try_warm && soc_ac97_ops.warm_reset) {
610 soc_ac97_ops.warm_reset(codec->ac97);
615 soc_ac97_ops.reset(codec->ac97);
656 soc_ac97_ops.write(codec->ac97, i, cache[i>>1]);
699 ret = snd_soc_new_ac97_codec(codec, &soc_ac97_ops, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/soc/pxa/
H A Dpxa2xx-ac97.c207 struct snd_ac97_bus_ops soc_ac97_ops = { variable in typeref:struct:snd_ac97_bus_ops
427 EXPORT_SYMBOL_GPL(soc_ac97_ops); variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dsoc.h162 extern struct snd_ac97_bus_ops soc_ac97_ops;

Completed in 80 milliseconds