snd_hda_add_new_path
spec->dc_mode_path = snd_hda_add_new_path(codec, 0x1e, 0x14, 0);
path = snd_hda_add_new_path(codec, dac, pin, -spec->mixer_nid);
path = snd_hda_add_new_path(codec, dac, pin, 0);
path = snd_hda_add_new_path(codec, dac, nid,
path = snd_hda_add_new_path(codec, dac, pins[i],
path = snd_hda_add_new_path(codec, dac, pins[i], 0);
path = snd_hda_add_new_path(codec, dac, pin, spec->mixer_nid);
path = snd_hda_add_new_path(codec, dac, pin,
path = snd_hda_add_new_path(codec, pin, mix_nid, 0);
path = snd_hda_add_new_path(codec, spec->mixer_nid,
path = snd_hda_add_new_path(codec, pin, adc, anchor);
path = snd_hda_add_new_path(codec, dig_nid, pin, 0);
path = snd_hda_add_new_path(codec, pin, dig_nid, 0);
EXPORT_SYMBOL_GPL(snd_hda_add_new_path);
snd_hda_add_new_path(struct hda_codec *codec, hda_nid_t from_nid,