Searched refs:is_reachable_path (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/sound/pci/hda/ |
D | hda_generic.c | 352 static bool is_reachable_path(struct hda_codec *codec, in is_reachable_path() function 503 if (from_nid && to_nid && !is_reachable_path(codec, from_nid, to_nid)) in snd_hda_add_new_path() 561 if (is_reachable_path(codec, nid, pin)) in look_for_dac() 1326 return is_reachable_path(codec, dac, pin) ? dac : 0; in try_dac() 1364 if (is_reachable_path(codec, dacs[j], pin)) { in try_assign_dacs() 1388 } else if (is_reachable_path(codec, spec->private_dac_nids[0], pin)) { in try_assign_dacs() 1428 if (is_reachable_path(codec, nid, pin)) { in get_dac_if_single() 3228 if (!is_reachable_path(codec, pin, adc)) in parse_capture_source() 3321 if (is_reachable_path(codec, pin, mixer)) { in create_input_ctls()
|