Searched refs:snd_hda_get_conn_index (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/sound/pci/hda/ |
D | hda_codec.h | 356 int snd_hda_get_conn_index(struct hda_codec *codec, hda_nid_t mux,
|
D | hda_codec.c | 277 int snd_hda_get_conn_index(struct hda_codec *codec, hda_nid_t mux, in snd_hda_get_conn_index() function 298 if (snd_hda_get_conn_index(codec, conn[i], nid, recursive) >= 0) in snd_hda_get_conn_index() 303 EXPORT_SYMBOL_GPL(snd_hda_get_conn_index);
|
D | hda_generic.c | 344 return snd_hda_get_conn_index(codec, to_nid, from_nid, true) >= 0; in is_reachable_path() 3054 idx = snd_hda_get_conn_index(codec, mix_nid, pin, true); in look_for_mix_leaf_ctls()
|