Home
last modified time | relevance | path

Searched refs:AUTO_PIN_HP_OUT (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/sound/pci/hda/
Dhda_auto_parser.h30 AUTO_PIN_HP_OUT enumerator
100 return (cfg->line_out_type == AUTO_PIN_HP_OUT) ? in auto_cfg_hp_outs()
105 return (cfg->line_out_type == AUTO_PIN_HP_OUT) ? in auto_cfg_hp_pins()
Dhda_generic.c1170 case AUTO_PIN_HP_OUT: in get_line_out_pfx()
1647 if (cfg->line_out_type == AUTO_PIN_HP_OUT) in indep_hp_possible()
1764 if (cfg->line_out_type != AUTO_PIN_HP_OUT) { in fill_and_eval_dacs()
1794 if (cfg->line_out_type != AUTO_PIN_HP_OUT) in fill_and_eval_dacs()
1836 if (cfg->line_out_type != AUTO_PIN_HP_OUT) in fill_and_eval_dacs()
1986 cfg->line_out_type == AUTO_PIN_HP_OUT) { in parse_output_paths()
2009 cfg->line_out_type = AUTO_PIN_HP_OUT; in parse_output_paths()
2039 if (spec->prefer_hp_amp || cfg->line_out_type == AUTO_PIN_HP_OUT) in parse_output_paths()
2044 if (cfg->line_out_type != AUTO_PIN_HP_OUT) in parse_output_paths()
2215 if (spec->autocfg.line_out_type == AUTO_PIN_HP_OUT) in indep_hp_put()
[all …]
Dhda_auto_parser.c367 cfg->line_out_type = AUTO_PIN_HP_OUT; in snd_hda_parse_pin_defcfg()
396 cfg->line_out_type = AUTO_PIN_HP_OUT; in snd_hda_parse_pin_defcfg()
415 cfg->line_out_type == AUTO_PIN_HP_OUT ? "hp" : in snd_hda_parse_pin_defcfg()
Dpatch_realtek.c664 spec->gen.autocfg.line_out_type == AUTO_PIN_HP_OUT)) { in alc_subsystem_id()