Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/pci/hda/
A Dhda_auto_parser.h61 int line_outs; member
97 cfg->line_outs : cfg->hp_outs; in auto_cfg_hp_outs()
107 cfg->line_outs : cfg->speaker_outs; in auto_cfg_speaker_outs()
A Dhda_auto_parser.c238 if (cfg->line_outs >= ARRAY_SIZE(cfg->line_out_pins)) { in snd_hda_parse_pin_defcfg()
244 line_out[cfg->line_outs].pin = nid; in snd_hda_parse_pin_defcfg()
245 line_out[cfg->line_outs].seq = seq; in snd_hda_parse_pin_defcfg()
246 cfg->line_outs++; in snd_hda_parse_pin_defcfg()
347 if (!cfg->line_outs && cfg->hp_outs > 1 && in snd_hda_parse_pin_defcfg()
357 line_out[cfg->line_outs++] = hp_out[i]; in snd_hda_parse_pin_defcfg()
379 if (!cfg->line_outs && in snd_hda_parse_pin_defcfg()
382 cfg->line_outs = cfg->speaker_outs; in snd_hda_parse_pin_defcfg()
389 cfg->line_outs = cfg->hp_outs; in snd_hda_parse_pin_defcfg()
398 reorder_outputs(cfg->line_outs, cfg->line_out_pins); in snd_hda_parse_pin_defcfg()
[all …]
A Dhda_generic.c1184 if (ch >= cfg->line_outs) in get_line_out_pfx()
1195 if (cfg->line_outs == 1) in get_line_out_pfx()
1197 if (cfg->line_outs == 2) in get_line_out_pfx()
1348 if (cfg->line_outs > idx) in get_primary_out()
1350 idx -= cfg->line_outs; in get_primary_out()
2027 cfg->hp_outs = cfg->line_outs; in parse_output_paths()
2044 cfg->line_outs = cfg->hp_outs; in parse_output_paths()
2107 noutputs = cfg->line_outs; in create_multi_out_ctls()
4750 cfg->hp_outs = cfg->line_outs; in check_auto_mute_availability()
4989 if (!cfg->line_outs) { in snd_hda_gen_parse_auto_config()
[all …]
A Dhda_jack.c650 for (i = 0, p = cfg->line_out_pins; i < cfg->line_outs; i++, p++) { in snd_hda_jack_add_kctls()
A Dpatch_sigmatel.c810 nids = spec->gen.autocfg.line_outs; in has_builtin_speaker()
A Dpatch_realtek.c861 spec->gen.autocfg.line_outs)) in alc_subsystem_id()

Completed in 43 milliseconds