Lines Matching refs:hp_outs
1143 !cfg->hp_outs && !cfg->speaker_outs) in get_line_out_pfx()
1162 if (!ch && cfg->hp_outs && in get_line_out_pfx()
1185 if (!ch && cfg->speaker_outs && cfg->hp_outs) { in get_line_out_pfx()
1733 mapped |= map_singles(codec, cfg->hp_outs, in fill_and_eval_dacs()
1765 err = try_assign_dacs(codec, cfg->hp_outs, cfg->hp_pins, in fill_and_eval_dacs()
1803 cfg->hp_outs && cfg->line_out_type == AUTO_PIN_SPEAKER_OUT) in fill_and_eval_dacs()
1837 refill_shared_dacs(codec, cfg->hp_outs, in fill_and_eval_dacs()
1894 if (cfg->hp_outs) in debug_show_configs()
1902 for (i = 0; i < cfg->hp_outs; i++) in debug_show_configs()
1987 cfg->hp_outs = cfg->line_outs; in parse_output_paths()
1999 if (cfg->hp_outs > 0 && in parse_output_paths()
2004 cfg->line_outs = cfg->hp_outs; in parse_output_paths()
2007 cfg->hp_outs = 0; in parse_output_paths()
2045 set_pin_targets(codec, cfg->hp_outs, cfg->hp_pins, PIN_HP); in parse_output_paths()
2161 return create_extra_outs(codec, spec->autocfg.hp_outs, in create_hp_out_ctls()
2485 update_output_paths(codec, cfg->hp_outs, spec->hp_paths); in loopback_mixing_put()
2597 else if (cfg->hp_outs > 0) in create_hp_mic()
4096 add_pin_power_ctls(codec, cfg->hp_outs, cfg->hp_pins, on); in add_all_pin_power_ctls()
4125 sync_pin_power_ctls(codec, cfg->hp_outs, cfg->hp_pins); in sync_all_pin_power_ctls()
4171 err = add_fake_paths(codec, nid, cfg->hp_outs, cfg->hp_pins); in add_fake_beep_paths()
4603 cfg->hp_outs = cfg->line_outs; in check_auto_mute_availability()
4606 for (i = 0; i < cfg->hp_outs; i++) { in check_auto_mute_availability()
4851 cfg->line_outs <= cfg->hp_outs) { in snd_hda_gen_parse_auto_config()
4856 cfg->line_outs = cfg->hp_outs; in snd_hda_gen_parse_auto_config()
4858 cfg->hp_outs = 0; in snd_hda_gen_parse_auto_config()
4901 cfg->hp_outs * 2); in snd_hda_gen_parse_auto_config()
4956 err = create_out_jack_modes(codec, cfg->hp_outs, in snd_hda_gen_parse_auto_config()
5682 __init_extra_out(codec, spec->autocfg.hp_outs, spec->hp_paths); in init_extra_out()