···435435 return true;436436}437437438438-/**438438+/*439439 * snd_hda_parse_nid_path - parse the widget path from the given nid to440440 * the target nid441441 * @codec: the HDA codec···454454 * with the negative of given value are excluded, only other paths are chosen.455455 * when @anchor_nid is zero, no special handling about path selection.456456 */457457-bool snd_hda_parse_nid_path(struct hda_codec *codec, hda_nid_t from_nid,457457+static bool snd_hda_parse_nid_path(struct hda_codec *codec, hda_nid_t from_nid,458458 hda_nid_t to_nid, int anchor_nid,459459 struct nid_path *path)460460{···465465 }466466 return false;467467}468468-EXPORT_SYMBOL_GPL(snd_hda_parse_nid_path);469468470469/**471470 * snd_hda_add_new_path - parse the path between the given NIDs and