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

/linux-master/sound/pci/hda/
H A Dhda_generic.c333 static bool is_reachable_path(struct hda_codec *codec, function
483 if (from_nid && to_nid && !is_reachable_path(codec, from_nid, to_nid))
541 if (is_reachable_path(codec, nid, pin))
1365 return is_reachable_path(codec, dac, pin) ? dac : 0;
1407 if (is_reachable_path(codec, dacs[j], pin)) {
1431 } else if (is_reachable_path(codec, spec->private_dac_nids[0], pin)) {
1471 if (is_reachable_path(codec, nid, pin)) {
3268 if (!is_reachable_path(codec, pin, adc))
3361 if (is_reachable_path(codec, pin, mixer)) {

Completed in 121 milliseconds