Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/
Dsoc-ac97.c377 struct snd_ac97_bus_ops *soc_ac97_ops; variable
378 EXPORT_SYMBOL_GPL(soc_ac97_ops);
382 if (ops == soc_ac97_ops) in snd_soc_set_ac97_ops()
385 if (soc_ac97_ops && ops) in snd_soc_set_ac97_ops()
388 soc_ac97_ops = ops; in snd_soc_set_ac97_ops()
/Linux-v4.19/sound/soc/codecs/
Dac97.c76 ret = snd_ac97_bus(component->card->snd_card, 0, soc_ac97_ops, in ac97_soc_probe()
/Linux-v4.19/include/sound/
Dsoc.h561 extern struct snd_ac97_bus_ops *soc_ac97_ops;