Home
last modified time | relevance | path

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

/linux-6.6.21/sound/soc/
Dsoc-ac97.c376 int snd_soc_set_ac97_ops_of_reset(struct snd_ac97_bus_ops *ops, in snd_soc_set_ac97_ops_of_reset() function
397 EXPORT_SYMBOL_GPL(snd_soc_set_ac97_ops_of_reset);
/linux-6.6.21/include/sound/
Dsoc.h531 int snd_soc_set_ac97_ops_of_reset(struct snd_ac97_bus_ops *ops,
536 static inline int snd_soc_set_ac97_ops_of_reset(struct snd_ac97_bus_ops *ops, in snd_soc_set_ac97_ops_of_reset() function
/linux-6.6.21/sound/soc/fsl/
Dfsl_ssi.c1606 ret = snd_soc_set_ac97_ops_of_reset(&fsl_ssi_ac97_ops, pdev); in fsl_ssi_probe()