Home
last modified time | relevance | path

Searched refs:line_out_type (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/sound/pci/hda/
H A Dhda_auto_parser.h70 int line_out_type; /* AUTO_PIN_XXX_OUT */ member
99 return (cfg->line_out_type == AUTO_PIN_HP_OUT) ? in auto_cfg_hp_outs()
104 return (cfg->line_out_type == AUTO_PIN_HP_OUT) ? in auto_cfg_hp_pins()
109 return (cfg->line_out_type == AUTO_PIN_SPEAKER_OUT) ? in auto_cfg_speaker_outs()
114 return (cfg->line_out_type == AUTO_PIN_SPEAKER_OUT) ? in auto_cfg_speaker_pins()
H A Dhda_generic.c1191 switch (cfg->line_out_type) { in get_line_out_pfx()
1692 if (cfg->line_out_type == AUTO_PIN_HP_OUT) in indep_hp_possible()
1881 if (cfg->line_out_type != AUTO_PIN_HP_OUT) in fill_and_eval_dacs()
1928 lo_type[cfg->line_out_type]); in debug_show_configs()
2054 cfg->line_out_type = AUTO_PIN_HP_OUT; in parse_output_paths()
2089 if (cfg->line_out_type != AUTO_PIN_HP_OUT) in parse_output_paths()
2271 spec->autocfg.line_out_type); in indep_hp_put()
2520 cfg->line_out_type); in loopback_mixing_put()
4246 if (cfg->line_out_type != AUTO_PIN_HP_OUT) in add_all_pin_power_ctls()
5077 cfg->line_out_type = AUTO_PIN_HP_OUT; in snd_hda_gen_parse_auto_config()
[all …]
H A Dhda_auto_parser.c369 cfg->line_out_type = AUTO_PIN_HP_OUT; in snd_hda_parse_pin_defcfg()
391 cfg->line_out_type = AUTO_PIN_SPEAKER_OUT; in snd_hda_parse_pin_defcfg()
398 cfg->line_out_type = AUTO_PIN_HP_OUT; in snd_hda_parse_pin_defcfg()
419 cfg->line_out_type == AUTO_PIN_HP_OUT ? "hp" : in snd_hda_parse_pin_defcfg()
420 (cfg->line_out_type == AUTO_PIN_SPEAKER_OUT ? in snd_hda_parse_pin_defcfg()
H A Dpatch_analog.c997 if (spec->gen.autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT) in ad1884_fixup_hp_eapd()
H A Dpatch_sigmatel.c808 if (spec->gen.autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT) { in has_builtin_speaker()
H A Dpatch_realtek.c656 if (spec->gen.autocfg.line_out_type == AC_JACK_HP_OUT) in alc_get_hp_pin()