Searched refs:snd_hda_get_conn_index (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_codec.h | 354 int snd_hda_get_conn_index(struct hda_codec *codec, hda_nid_t mux,
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_codec.h | 360 int snd_hda_get_conn_index(struct hda_codec *codec, hda_nid_t mux,
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_codec.c | 254 * snd_hda_get_conn_index - get the connection index of the given NID 264 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); variable
|
H A D | hda_generic.c | 338 return snd_hda_get_conn_index(codec, to_nid, from_nid, true) >= 0; in is_reachable_path() 3059 idx = snd_hda_get_conn_index(codec, mix_nid, pin, true); in look_for_mix_leaf_ctls()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_codec.c | 254 * snd_hda_get_conn_index - get the connection index of the given NID 264 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); variable
|
H A D | hda_generic.c | 338 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()
|
Completed in 33 milliseconds