Home
last modified time | relevance | path

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

/linux/sound/hda/codecs/side-codecs/
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);
/linux/sound/hda/codecs/realtek/
H A Dalc269.c2853 ret = hda_component_manager_bind(cdc, &spec->comps); in comp_bind()