soc_ac97_ops      547 include/sound/soc.h extern struct snd_ac97_bus_ops *soc_ac97_ops;
soc_ac97_ops       72 sound/soc/codecs/ac97.c 	ret = snd_ac97_bus(component->card->snd_card, 0, soc_ac97_ops,
soc_ac97_ops      377 sound/soc/soc-ac97.c struct snd_ac97_bus_ops *soc_ac97_ops;
soc_ac97_ops      378 sound/soc/soc-ac97.c EXPORT_SYMBOL_GPL(soc_ac97_ops);
soc_ac97_ops      382 sound/soc/soc-ac97.c 	if (ops == soc_ac97_ops)
soc_ac97_ops      385 sound/soc/soc-ac97.c 	if (soc_ac97_ops && ops)
soc_ac97_ops      388 sound/soc/soc-ac97.c 	soc_ac97_ops = ops;