Lines Matching refs:codec
25 * @ext_ops: operators used for ASoC HDA codec drivers
69 * snd_hdac_ext_bus_device_init - initialize the HDA extended codec base device
71 * @addr: codec address
73 * @type: codec type (HDAC_DEV_*) to use for this device
107 * snd_hdac_ext_bus_device_exit - clean up a HD-audio extended codec base device
117 * snd_hdac_ext_bus_device_remove - remove HD-audio extended codec base devices
123 struct hdac_device *codec, *__codec;
125 * we need to remove all the codec devices objects created in the
128 list_for_each_entry_safe(codec, __codec, &bus->codec_list, list) {
129 snd_hdac_device_unregister(codec);
130 put_device(&codec->dev);