Home
last modified time | relevance | path

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

/linux-6.12.1/include/sound/
Dhda_codec.h357 int snd_hda_get_conn_index(struct hda_codec *codec, hda_nid_t mux,
/linux-6.12.1/sound/pci/hda/
Dhda_codec.c264 int snd_hda_get_conn_index(struct hda_codec *codec, hda_nid_t mux, in snd_hda_get_conn_index() function
285 if (snd_hda_get_conn_index(codec, conn[i], nid, recursive) >= 0) in snd_hda_get_conn_index()
290 EXPORT_SYMBOL_GPL(snd_hda_get_conn_index);
Dhda_generic.c338 return snd_hda_get_conn_index(codec, to_nid, from_nid, true) >= 0; in is_reachable_path()
3065 idx = snd_hda_get_conn_index(codec, mix_nid, pin, true); in look_for_mix_leaf_ctls()