Home
last modified time | relevance | path

Searched refs:out_paths (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_generic.c1567 spec->out_paths[cfg->line_outs + spec->multi_ios] = in fill_multi_ios()
1592 path = snd_hda_get_path_from_idx(codec, spec->out_paths[cfg->line_outs + i]); in fill_multi_ios()
1680 idx = spec->out_paths[0]; in indep_hp_possible()
1693 if (spec->out_paths[i] == idx) in indep_hp_possible()
1695 path = snd_hda_get_path_from_idx(codec, spec->out_paths[i]); in indep_hp_possible()
1746 memset(spec->out_paths, 0, sizeof(spec->out_paths)); in fill_and_eval_dacs()
1764 spec->out_paths); in fill_and_eval_dacs()
1784 spec->private_dac_nids, spec->out_paths, in fill_and_eval_dacs()
1825 check_aamix_out_path(codec, spec->out_paths[0]); in fill_and_eval_dacs()
1917 print_nid_path_idx(codec, " out", spec->out_paths[i]); in debug_show_configs()
[all …]
Dhda_generic.h180 int out_paths[AUTO_CFG_MAX_OUTS]; member