Lines Matching refs:path
481 struct nid_path *path;
489 /* disable DC bias path and pin for port F */
504 /* enable normal mic path */
505 path = snd_hda_get_path_from_idx(codec, cur_input);
506 if (path)
507 snd_hda_activate_path(codec, path, true, false);
509 /* disable normal mic path */
510 path = snd_hda_get_path_from_idx(codec, cur_input);
511 if (path)
512 snd_hda_activate_path(codec, path, false, false);
525 /* enable DC bias path and pin */