Home
last modified time | relevance | path

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

/linux-6.15/sound/pci/hda/
H A Dhda_component.c138 int hda_component_manager_bind(struct hda_codec *cdc, in hda_component_manager_bind() function
152 EXPORT_SYMBOL_NS_GPL(hda_component_manager_bind, "SND_HDA_SCODEC_COMPONENT");
H A Dhda_component.h81 int hda_component_manager_bind(struct hda_codec *cdc, struct hda_component_parent *parent);
H A Dpatch_realtek.c7168 ret = hda_component_manager_bind(cdc, &spec->comps); in comp_bind()