Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/
Dsoc-ac97.c400 int snd_soc_set_ac97_ops_of_reset(struct snd_ac97_bus_ops *ops, in snd_soc_set_ac97_ops_of_reset() function
421 EXPORT_SYMBOL_GPL(snd_soc_set_ac97_ops_of_reset);
/linux-5.19.10/include/sound/
Dsoc.h519 int snd_soc_set_ac97_ops_of_reset(struct snd_ac97_bus_ops *ops,
524 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-5.19.10/sound/soc/fsl/
Dfsl_ssi.c1606 ret = snd_soc_set_ac97_ops_of_reset(&fsl_ssi_ac97_ops, pdev); in fsl_ssi_probe()