Home
last modified time | relevance | path

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

/linux-6.15/sound/pci/hda/
H A Dhda_auto_parser.h64 int line_outs; member
100 cfg->line_outs : cfg->hp_outs; in auto_cfg_hp_outs()
110 cfg->line_outs : cfg->speaker_outs; in auto_cfg_speaker_outs()
H A Dhda_auto_parser.c242 if (cfg->line_outs >= ARRAY_SIZE(cfg->line_out_pins)) { in snd_hda_parse_pin_defcfg()
248 line_out[cfg->line_outs].pin = nid; in snd_hda_parse_pin_defcfg()
249 line_out[cfg->line_outs].seq = seq; in snd_hda_parse_pin_defcfg()
250 cfg->line_outs++; in snd_hda_parse_pin_defcfg()
351 if (!cfg->line_outs && cfg->hp_outs > 1 && in snd_hda_parse_pin_defcfg()
361 line_out[cfg->line_outs++] = hp_out[i]; in snd_hda_parse_pin_defcfg()
383 if (!cfg->line_outs && in snd_hda_parse_pin_defcfg()
386 cfg->line_outs = cfg->speaker_outs; in snd_hda_parse_pin_defcfg()
393 cfg->line_outs = cfg->hp_outs; in snd_hda_parse_pin_defcfg()
402 reorder_outputs(cfg->line_outs, cfg->line_out_pins); in snd_hda_parse_pin_defcfg()
[all …]
H A Dhda_generic.c1188 if (ch >= cfg->line_outs) in get_line_out_pfx()
1199 if (cfg->line_outs == 1) in get_line_out_pfx()
1201 if (cfg->line_outs == 2) in get_line_out_pfx()
1353 if (cfg->line_outs > idx) in get_primary_out()
1355 idx -= cfg->line_outs; in get_primary_out()
2032 cfg->hp_outs = cfg->line_outs; in parse_output_paths()
2049 cfg->line_outs = cfg->hp_outs; in parse_output_paths()
2112 noutputs = cfg->line_outs; in create_multi_out_ctls()
4754 cfg->hp_outs = cfg->line_outs; in check_auto_mute_availability()
5056 if (!cfg->line_outs) { in snd_hda_gen_parse_auto_config()
[all …]
H A Dhda_jack.c650 for (i = 0, p = cfg->line_out_pins; i < cfg->line_outs; i++, p++) { in snd_hda_jack_add_kctls()
H A Dpatch_sigmatel.c810 nids = spec->gen.autocfg.line_outs; in has_builtin_speaker()
H A Dpatch_realtek.c875 spec->gen.autocfg.line_outs)) in alc_subsystem_id()