Searched refs:best_mio (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_generic.c | 1988 bool best_wired = true, best_mio = true; in parse_output_paths() local 2011 best_mio = fill_mio_first; in parse_output_paths() 2058 fill_and_eval_dacs(codec, best_wired, best_mio); in parse_output_paths() 2061 cfg->line_out_type, best_wired, best_mio); in parse_output_paths()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_generic.c | 1994 bool best_wired = true, best_mio = true; in parse_output_paths() local 2017 best_mio = fill_mio_first; in parse_output_paths() 2064 fill_and_eval_dacs(codec, best_wired, best_mio); in parse_output_paths() 2067 cfg->line_out_type, best_wired, best_mio); in parse_output_paths()
|
Completed in 17 milliseconds