Lines Matching full:ac97
19 #include <sound/ac97/codec.h>
20 #include <sound/ac97/controller.h>
21 #include <sound/ac97/regs.h>
74 char compat[] = "ac97,0000,0000"; in ac97_of_get_child_device()
76 snprintf(compat, sizeof(compat), "ac97,%04x,%04x", in ac97_of_get_child_device()
182 * snd_ac97_codec_driver_register - register an AC97 codec driver
183 * @dev: AC97 driver codec to register
185 * Register an AC97 codec driver to the ac97 bus driver, aka. the AC97 digital
198 * snd_ac97_codec_driver_unregister - unregister an AC97 codec driver
199 * @dev: AC97 codec driver to unregister
201 * Unregister a previously registered ac97 codec driver.
211 * @adev: the ac97 codec device
214 * available, while ac97 device are auto-created upon probe, this retrieves the
215 * platdata which was setup on ac97 controller registration.
318 dev_set_name(&ac97_ctrl->adap, "ac97-%d", ret); in ac97_add_adapter()
336 * snd_ac97_controller_register - register an ac97 controller
337 * @ops: the ac97 bus operations
338 * @dev: the device providing the ac97 DC function
339 * @slots_available: mask of the ac97 codecs that can be scanned and probed
342 * Register a digital controller which can control up to 4 ac97 codecs. This is
343 * the controller side of the AC97 AC-link, while the slave side are the codecs.
379 * snd_ac97_controller_unregister - unregister an ac97 controller
554 MODULE_DESCRIPTION("AC97 bus interface");