Home
last modified time | relevance | path

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

/linux/sound/hda/codecs/
H A Dgeneric.c333 static bool is_reachable_path(struct hda_codec *codec, in is_reachable_path() function
483 if (from_nid && to_nid && !is_reachable_path(codec, from_nid, to_nid)) in snd_hda_add_new_path()
541 if (is_reachable_path(codec, nid, pin)) in look_for_dac()
1363 return is_reachable_path(codec, dac, pin) ? dac : 0; in try_dac()
1405 if (is_reachable_path(codec, dacs[j], pin)) { in try_assign_dacs()
1429 } else if (is_reachable_path(codec, spec->private_dac_nids[0], pin)) { in try_assign_dacs()
1469 if (is_reachable_path(codec, nid, pin)) { in get_dac_if_single()
3259 if (!is_reachable_path(codec, pin, adc)) in parse_capture_source()
3352 if (is_reachable_path(codec, pin, mixer)) { in create_input_ctls()