Searched refs:is_reachable_path (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/sound/pci/hda/ |
D | hda_generic.c | 327 static bool is_reachable_path(struct hda_codec *codec, in is_reachable_path() function 477 if (from_nid && to_nid && !is_reachable_path(codec, from_nid, to_nid)) in snd_hda_add_new_path() 535 if (is_reachable_path(codec, nid, pin)) in look_for_dac() 1346 return is_reachable_path(codec, dac, pin) ? dac : 0; in try_dac() 1384 if (is_reachable_path(codec, dacs[j], pin)) { in try_assign_dacs() 1408 } else if (is_reachable_path(codec, spec->private_dac_nids[0], pin)) { in try_assign_dacs() 1448 if (is_reachable_path(codec, nid, pin)) { in get_dac_if_single() 3245 if (!is_reachable_path(codec, pin, adc)) in parse_capture_source() 3338 if (is_reachable_path(codec, pin, mixer)) { in create_input_ctls()
|