Home
last modified time | relevance | path

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

/linux/sound/pci/hda/
A Dhda_auto_parser.h63 int line_outs; member
99 cfg->line_outs : cfg->hp_outs; in auto_cfg_hp_outs()
109 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.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 …]
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.c870 spec->gen.autocfg.line_outs)) in alc_subsystem_id()

Completed in 45 milliseconds