Home
last modified time | relevance | path

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

/linux-6.1.9/include/sound/ac97/
Dcontroller.h66 void snd_ac97_controller_unregister(struct ac97_controller *ac97_ctrl);
78 snd_ac97_controller_unregister(struct ac97_controller *ac97_ctrl) in snd_ac97_controller_unregister() function
/linux-6.1.9/sound/ac97/
Dbus.c384 void snd_ac97_controller_unregister(struct ac97_controller *ac97_ctrl) in snd_ac97_controller_unregister() function
388 EXPORT_SYMBOL_GPL(snd_ac97_controller_unregister);
/linux-6.1.9/sound/soc/pxa/
Dpxa2xx-ac97.c270 snd_ac97_controller_unregister(ctrl); in pxa2xx_ac97_dev_remove()