Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/hda/
Dhda_generic.h320 int snd_hda_get_path_idx(struct hda_codec *codec, struct nid_path *path);
Dhda_generic.c281 int snd_hda_get_path_idx(struct hda_codec *codec, struct nid_path *path) in snd_hda_get_path_idx() function
294 EXPORT_SYMBOL_GPL(snd_hda_get_path_idx);
1429 path_idx[i] = snd_hda_get_path_idx(codec, path); in try_assign_dacs()
1558 snd_hda_get_path_idx(codec, path); in fill_multi_ios()
1613 path_idx[i] = snd_hda_get_path_idx(codec, path); in map_singles()
1658 return snd_hda_get_path_idx(codec, path); in check_aamix_out_path()
3086 spec->loopback_paths[input_idx] = snd_hda_get_path_idx(codec, path); in new_analog_input()
3119 snd_hda_get_path_idx(codec, path); in new_analog_input()
3252 snd_hda_get_path_idx(codec, path); in parse_capture_source()
4079 spec->digout_paths[i] = snd_hda_get_path_idx(codec, path); in parse_digital()
[all …]
Dpatch_analog.c858 spec->smux_paths[i] = snd_hda_get_path_idx(codec, path); in ad1988_add_spdif_mux_ctl()