Searched refs:is_reachable_path (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/sound/pci/hda/
H A Dhda_generic.c352 static bool is_reachable_path(struct hda_codec *codec, is_reachable_path() function
503 if (from_nid && to_nid && !is_reachable_path(codec, from_nid, to_nid)) snd_hda_add_new_path()
561 if (is_reachable_path(codec, nid, pin)) look_for_dac()
1324 return is_reachable_path(codec, dac, pin) ? dac : 0; try_dac()
1362 if (is_reachable_path(codec, dacs[j], pin)) { try_assign_dacs()
1386 } else if (is_reachable_path(codec, spec->private_dac_nids[0], pin)) { try_assign_dacs()
1426 if (is_reachable_path(codec, nid, pin)) { get_dac_if_single()
3226 if (!is_reachable_path(codec, pin, adc)) parse_capture_source()
3319 if (is_reachable_path(codec, pin, mixer)) { create_input_ctls()

Completed in 84 milliseconds