Searched refs:is_reachable_path (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/sound/pci/hda/ |
D | hda_generic.c | 339 static bool is_reachable_path(struct hda_codec *codec, in is_reachable_path() function 489 if (from_nid && to_nid && !is_reachable_path(codec, from_nid, to_nid)) in snd_hda_add_new_path() 547 if (is_reachable_path(codec, nid, pin)) in look_for_dac() 1358 return is_reachable_path(codec, dac, pin) ? dac : 0; in try_dac() 1396 if (is_reachable_path(codec, dacs[j], pin)) { in try_assign_dacs() 1420 } else if (is_reachable_path(codec, spec->private_dac_nids[0], pin)) { in try_assign_dacs() 1460 if (is_reachable_path(codec, nid, pin)) { in get_dac_if_single() 3257 if (!is_reachable_path(codec, pin, adc)) in parse_capture_source() 3350 if (is_reachable_path(codec, pin, mixer)) { in create_input_ctls()
|