Lines Matching +full:ac97 +full:- +full:controller
1 /* SPDX-License-Identifier: GPL-2.0
22 * struct ac97_id - matches a codec device and driver on an ac97 bus
36 * ac97_codec_device - a ac97 codec
38 * @vendor_id: the vendor_id of the codec, as sensed on the AC-link
41 * @ac97_ctrl: ac97 digital controller on the same AC-link
43 * This is the device instantiated for each codec living on a AC-link. There are
44 * normally 0 to 4 codec devices per AC-link, and all of them are controlled by
45 * an AC97 digital controller.
56 * ac97_codec_driver - a ac97 codec driver
61 * @id_table: ac97 vendor_id match table, { } member terminated
97 return &adev->dev; in ac97_codec_dev2dev()