Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/
Dsoc-ac97.c279 int snd_soc_set_ac97_ops_of_reset(struct snd_ac97_bus_ops *ops, in snd_soc_set_ac97_ops_of_reset() function
300 EXPORT_SYMBOL_GPL(snd_soc_set_ac97_ops_of_reset);
/linux-4.4.14/include/sound/
Dsoc.h555 int snd_soc_set_ac97_ops_of_reset(struct snd_ac97_bus_ops *ops,
560 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-4.4.14/sound/soc/fsl/
Dfsl_ssi.c1412 ret = snd_soc_set_ac97_ops_of_reset(&fsl_ssi_ac97_ops, pdev); in fsl_ssi_probe()