Home
last modified time | relevance | path

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

/sound/pci/hda/
Dhda_codec.h971 hda_nid_t nid, int recursive);
Dhda_codec.c640 hda_nid_t nid, int recursive) in snd_hda_get_conn_index() argument
649 if (!recursive) in snd_hda_get_conn_index()
651 if (recursive > 10) { in snd_hda_get_conn_index()
655 recursive++; in snd_hda_get_conn_index()
660 if (snd_hda_get_conn_index(codec, conn[i], nid, recursive) >= 0) in snd_hda_get_conn_index()