Home
last modified time | relevance | path

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

/linux-5.19.10/include/sound/ac97/
Dcontroller.h63 struct ac97_controller *snd_ac97_controller_register(
69 snd_ac97_controller_register(const struct ac97_controller_ops *ops, in snd_ac97_controller_register() function
/linux-5.19.10/sound/ac97/
Dbus.c348 struct ac97_controller *snd_ac97_controller_register( in snd_ac97_controller_register() function
377 EXPORT_SYMBOL_GPL(snd_ac97_controller_register);
/linux-5.19.10/sound/soc/pxa/
Dpxa2xx-ac97.c251 ctrl = snd_ac97_controller_register(&pxa2xx_ac97_ops, &pdev->dev, in pxa2xx_ac97_dev_probe()