Home
last modified time | relevance | path

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

/sound/pci/hda/
Dhda_auto_parser.c232 if (cfg->line_outs >= ARRAY_SIZE(cfg->line_out_pins)) in snd_hda_parse_pin_defcfg()
234 line_out[cfg->line_outs].pin = nid; in snd_hda_parse_pin_defcfg()
235 line_out[cfg->line_outs].seq = seq; in snd_hda_parse_pin_defcfg()
236 cfg->line_outs++; in snd_hda_parse_pin_defcfg()
325 if (!cfg->line_outs && cfg->hp_outs > 1 && in snd_hda_parse_pin_defcfg()
335 line_out[cfg->line_outs++] = hp_out[i]; in snd_hda_parse_pin_defcfg()
348 sort_pins_by_sequence(cfg->line_out_pins, line_out, cfg->line_outs); in snd_hda_parse_pin_defcfg()
357 if (!cfg->line_outs && in snd_hda_parse_pin_defcfg()
360 cfg->line_outs = cfg->speaker_outs; in snd_hda_parse_pin_defcfg()
367 cfg->line_outs = cfg->hp_outs; in snd_hda_parse_pin_defcfg()
[all …]
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()
Dhda_generic.c944 if (cfg->line_outs == 1 && !spec->multi_ios && in get_line_out_pfx()
956 if (ch >= cfg->line_outs) in get_line_out_pfx()
967 if (cfg->line_outs == 1) in get_line_out_pfx()
969 if (cfg->line_outs == 2) in get_line_out_pfx()
987 if (cfg->line_outs == 1 && !spec->multi_ios) in get_line_out_pfx()
1098 if (cfg->line_outs > idx) in get_primary_out()
1100 idx -= cfg->line_outs; in get_primary_out()
1314 spec->out_paths[cfg->line_outs + spec->multi_ios] = in fill_multi_ios()
1339 path = snd_hda_get_path_from_idx(codec, spec->out_paths[cfg->line_outs + i]); in fill_multi_ios()
1432 for (i = 0; i < cfg->line_outs; i++) { in indep_hp_possible()
[all …]
Dhda_jack.c458 for (i = 0, p = cfg->line_out_pins; i < cfg->line_outs; i++, p++) { in snd_hda_jack_add_kctls()
Dpatch_via.c618 for (i = 0; i < cfg->line_outs; i++) { in via_set_jack_unsol_events()
Dpatch_sigmatel.c826 nids = spec->gen.autocfg.line_outs; in has_builtin_speaker()
Dpatch_realtek.c555 spec->gen.autocfg.line_outs)) in alc_subsystem_id()