Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/hda/
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);
Dhda_component.h81 int hda_component_manager_bind(struct hda_codec *cdc, struct hda_component_parent *parent);
Dpatch_realtek.c6968 ret = hda_component_manager_bind(cdc, &spec->comps); in comp_bind()