Lines Matching refs:path
372 struct nid_path *path;
380 /* disable DC bias path and pin for port F */
395 /* enable normal mic path */
396 path = snd_hda_get_path_from_idx(codec, cur_input);
397 if (path)
398 snd_hda_activate_path(codec, path, true, false);
400 /* disable normal mic path */
401 path = snd_hda_get_path_from_idx(codec, cur_input);
402 if (path)
403 snd_hda_activate_path(codec, path, false, false);
416 /* enable DC bias path and pin */