Searched refs:is_reachable_path (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/sound/pci/hda/ |
D | hda_generic.c | 333 static bool is_reachable_path(struct hda_codec *codec, in is_reachable_path() function 483 if (from_nid && to_nid && !is_reachable_path(codec, from_nid, to_nid)) in snd_hda_add_new_path() 541 if (is_reachable_path(codec, nid, pin)) in look_for_dac() 1360 return is_reachable_path(codec, dac, pin) ? dac : 0; in try_dac() 1402 if (is_reachable_path(codec, dacs[j], pin)) { in try_assign_dacs() 1426 } else if (is_reachable_path(codec, spec->private_dac_nids[0], pin)) { in try_assign_dacs() 1466 if (is_reachable_path(codec, nid, pin)) { in get_dac_if_single() 3263 if (!is_reachable_path(codec, pin, adc)) in parse_capture_source() 3356 if (is_reachable_path(codec, pin, mixer)) { in create_input_ctls()
|