Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/hda/
Dhda_auto_parser.c266 if (cfg->hp_outs >= ARRAY_SIZE(cfg->hp_pins)) { in snd_hda_parse_pin_defcfg()
272 hp_out[cfg->hp_outs].pin = nid; in snd_hda_parse_pin_defcfg()
273 hp_out[cfg->hp_outs].seq = (assoc << 4) | seq; in snd_hda_parse_pin_defcfg()
274 cfg->hp_outs++; in snd_hda_parse_pin_defcfg()
349 if (!cfg->line_outs && cfg->hp_outs > 1 && in snd_hda_parse_pin_defcfg()
352 while (i < cfg->hp_outs) { in snd_hda_parse_pin_defcfg()
360 cfg->hp_outs--; in snd_hda_parse_pin_defcfg()
362 sizeof(hp_out[0]) * (cfg->hp_outs - i)); in snd_hda_parse_pin_defcfg()
364 memset(hp_out + cfg->hp_outs, 0, in snd_hda_parse_pin_defcfg()
365 sizeof(hp_out[0]) * (AUTO_CFG_MAX_OUTS - cfg->hp_outs)); in snd_hda_parse_pin_defcfg()
[all …]
Dhda_auto_parser.h70 int hp_outs; member
101 cfg->line_outs : cfg->hp_outs; in auto_cfg_hp_outs()
Dhda_generic.c1145 !cfg->hp_outs && !cfg->speaker_outs) in get_line_out_pfx()
1164 if (!ch && cfg->hp_outs && in get_line_out_pfx()
1187 if (!ch && cfg->speaker_outs && cfg->hp_outs) { in get_line_out_pfx()
1735 mapped |= map_singles(codec, cfg->hp_outs, in fill_and_eval_dacs()
1767 err = try_assign_dacs(codec, cfg->hp_outs, cfg->hp_pins, in fill_and_eval_dacs()
1805 cfg->hp_outs && cfg->line_out_type == AUTO_PIN_SPEAKER_OUT) in fill_and_eval_dacs()
1839 refill_shared_dacs(codec, cfg->hp_outs, in fill_and_eval_dacs()
1896 if (cfg->hp_outs) in debug_show_configs()
1904 for (i = 0; i < cfg->hp_outs; i++) in debug_show_configs()
1989 cfg->hp_outs = cfg->line_outs; in parse_output_paths()
[all …]
Dpatch_via.c208 if (spec->codec_type != VT1708 || !spec->gen.autocfg.hp_outs) in vt1708_stop_hp_work()
221 if (spec->codec_type != VT1708 || !spec->gen.autocfg.hp_outs) in vt1708_update_hp_work()
Dhda_jack.c482 for (i = 0, p = cfg->hp_pins; i < cfg->hp_outs; i++, p++) { in snd_hda_jack_add_kctls()
Dpatch_realtek.c2902 if (!spec->gen.autocfg.hp_outs) { in alc283_init()
2943 if (!spec->gen.autocfg.hp_outs) { in alc283_shutup()