Home
last modified time | relevance | path

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

/Linux-v6.1/sound/pci/hda/
Dhda_generic.h317 snd_hda_add_new_path(struct hda_codec *codec, hda_nid_t from_nid,
Dhda_generic.c477 snd_hda_add_new_path(struct hda_codec *codec, hda_nid_t from_nid, in snd_hda_add_new_path() function
501 EXPORT_SYMBOL_GPL(snd_hda_add_new_path);
1436 path = snd_hda_add_new_path(codec, dac, pin, -spec->mixer_nid); in try_assign_dacs()
1439 path = snd_hda_add_new_path(codec, dac, pin, 0); in try_assign_dacs()
1566 path = snd_hda_add_new_path(codec, dac, nid, in fill_multi_ios()
1622 path = snd_hda_add_new_path(codec, dac, pins[i], in map_singles()
1625 path = snd_hda_add_new_path(codec, dac, pins[i], 0); in map_singles()
1657 path = snd_hda_add_new_path(codec, dac, pin, spec->mixer_nid); in check_aamix_out_path()
1668 path = snd_hda_add_new_path(codec, dac, pin, in check_aamix_out_path()
3100 path = snd_hda_add_new_path(codec, pin, mix_nid, 0); in new_analog_input()
[all …]
Dpatch_conexant.c569 spec->dc_mode_path = snd_hda_add_new_path(codec, 0x1e, 0x14, 0); in cxt_fixup_olpc_xo()