Searched refs:snd_hda_add_new_path (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/pci/hda/
H A Dhda_generic.h320 snd_hda_add_new_path(struct hda_codec *codec, hda_nid_t from_nid,
H A Dhda_generic.c467 * snd_hda_add_new_path - parse the path between the given NIDs and
477 snd_hda_add_new_path(struct hda_codec *codec, hda_nid_t from_nid, function
501 EXPORT_SYMBOL_GPL(snd_hda_add_new_path); variable
1441 path = snd_hda_add_new_path(codec, dac, pin, -spec->mixer_nid);
1444 path = snd_hda_add_new_path(codec, dac, pin, 0);
1571 path = snd_hda_add_new_path(codec, dac, nid,
1627 path = snd_hda_add_new_path(codec, dac, pins[i],
1630 path = snd_hda_add_new_path(codec, dac, pins[i], 0);
1662 path = snd_hda_add_new_path(codec, dac, pin, spec->mixer_nid);
1673 path = snd_hda_add_new_path(code
[all...]
H A Dpatch_conexant.c668 spec->dc_mode_path = snd_hda_add_new_path(codec, 0x1e, 0x14, 0);

Completed in 121 milliseconds