Home
last modified time | relevance | path

Searched refs:snd_soc_set_ac97_ops (Results 1 – 7 of 7) sorted by relevance

/linux/sound/soc/tegra/
H A Dtegra20_ac97.c393 ret = snd_soc_set_ac97_ops(&tegra20_ac97_ops); in tegra20_ac97_platform_probe()
424 snd_soc_set_ac97_ops(NULL); in tegra20_ac97_platform_probe()
437 snd_soc_set_ac97_ops(NULL); in tegra20_ac97_platform_remove()
/linux/sound/soc/
H A Dsoc-ac97.c353 int snd_soc_set_ac97_ops(struct snd_ac97_bus_ops *ops) in snd_soc_set_ac97_ops() function
366 EXPORT_SYMBOL_GPL(snd_soc_set_ac97_ops);
387 ret = snd_soc_set_ac97_ops(ops); in snd_soc_set_ac97_ops_of_reset()
/linux/sound/soc/fsl/
H A Dmpc5200_psc_ac97.c284 rc = snd_soc_set_ac97_ops(&psc_ac97_ops); in psc_ac97_of_probe()
317 snd_soc_set_ac97_ops(NULL); in psc_ac97_of_remove()
H A Dfsl_ssi.c1664 snd_soc_set_ac97_ops(NULL); in fsl_ssi_probe()
1691 snd_soc_set_ac97_ops(NULL); in fsl_ssi_remove()
/linux/sound/soc/au1x/
H A Dac97c.c275 ret = snd_soc_set_ac97_ops(&ac97c_bus_ops); in au1xac97c_drvprobe()
H A Dpsc-ac97.c411 ret = snd_soc_set_ac97_ops(&psc_ac97_ops); in au1xpsc_ac97_drvprobe()
/linux/include/sound/
H A Dsoc.h558 int snd_soc_set_ac97_ops(struct snd_ac97_bus_ops *ops);
570 static inline int snd_soc_set_ac97_ops(struct snd_ac97_bus_ops *ops) in snd_soc_set_ac97_ops() function