• Home
  • Raw
  • Download

Lines Matching refs:hp_outs

1164 	    !cfg->hp_outs && !cfg->speaker_outs)  in get_line_out_pfx()
1184 if (!ch && cfg->hp_outs && in get_line_out_pfx()
1207 if (!ch && cfg->speaker_outs && cfg->hp_outs) { in get_line_out_pfx()
1755 mapped |= map_singles(codec, cfg->hp_outs, in fill_and_eval_dacs()
1787 err = try_assign_dacs(codec, cfg->hp_outs, cfg->hp_pins, in fill_and_eval_dacs()
1825 cfg->hp_outs && cfg->line_out_type == AUTO_PIN_SPEAKER_OUT) in fill_and_eval_dacs()
1859 refill_shared_dacs(codec, cfg->hp_outs, in fill_and_eval_dacs()
1916 if (cfg->hp_outs) in debug_show_configs()
1924 for (i = 0; i < cfg->hp_outs; i++) in debug_show_configs()
2009 cfg->hp_outs = cfg->line_outs; in parse_output_paths()
2021 if (cfg->hp_outs > 0 && in parse_output_paths()
2026 cfg->line_outs = cfg->hp_outs; in parse_output_paths()
2029 cfg->hp_outs = 0; in parse_output_paths()
2067 set_pin_targets(codec, cfg->hp_outs, cfg->hp_pins, PIN_HP); in parse_output_paths()
2183 return create_extra_outs(codec, spec->autocfg.hp_outs, in create_hp_out_ctls()
2507 update_output_paths(codec, cfg->hp_outs, spec->hp_paths); in loopback_mixing_put()
2615 else if (cfg->hp_outs > 0) in create_hp_mic()
4282 add_pin_power_ctls(codec, cfg->hp_outs, cfg->hp_pins, on); in add_all_pin_power_ctls()
4311 sync_pin_power_ctls(codec, cfg->hp_outs, cfg->hp_pins); in sync_all_pin_power_ctls()
4357 err = add_fake_paths(codec, nid, cfg->hp_outs, cfg->hp_pins); in add_fake_beep_paths()
4789 cfg->hp_outs = cfg->line_outs; in check_auto_mute_availability()
4792 for (i = 0; i < cfg->hp_outs; i++) { in check_auto_mute_availability()
5037 cfg->line_outs <= cfg->hp_outs) { in snd_hda_gen_parse_auto_config()
5042 cfg->line_outs = cfg->hp_outs; in snd_hda_gen_parse_auto_config()
5044 cfg->hp_outs = 0; in snd_hda_gen_parse_auto_config()
5087 cfg->hp_outs * 2); in snd_hda_gen_parse_auto_config()
5142 err = create_out_jack_modes(codec, cfg->hp_outs, in snd_hda_gen_parse_auto_config()
5870 __init_extra_out(codec, spec->autocfg.hp_outs, spec->hp_paths); in init_extra_out()