Home
last modified time | relevance | path

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

/linux/sound/pci/hda/
H 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()
H 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()
370 sort_pins_by_sequence(cfg->line_out_pins, line_out, cfg->line_outs); 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()
[all …]
H A Dhda_generic.c1174 if (cfg->line_outs == 1 && !spec->multi_ios && in get_line_out_pfx()
1188 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()
1238 if (cfg->line_outs == 1 && !spec->multi_ios) in get_line_out_pfx()
1353 if (cfg->line_outs > idx) in get_primary_out()
1355 idx -= cfg->line_outs; in get_primary_out()
1580 spec->out_paths[cfg->line_outs + spec->multi_ios] = in fill_multi_ios()
1605 path = snd_hda_get_path_from_idx(codec, spec->out_paths[cfg->line_outs + i]); in fill_multi_ios()
1705 for (i = 0; i < cfg->line_outs; in indep_hp_possible()
[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.c870 spec->gen.autocfg.line_outs)) in alc_subsystem_id()