Searched refs:speaker_outs (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/sound/pci/hda/ |
D | hda_auto_parser.c | 253 if (cfg->speaker_outs >= ARRAY_SIZE(cfg->speaker_pins)) { in snd_hda_parse_pin_defcfg() 259 speaker_out[cfg->speaker_outs].pin = nid; in snd_hda_parse_pin_defcfg() 260 speaker_out[cfg->speaker_outs].seq = (assoc << 4) | seq; in snd_hda_parse_pin_defcfg() 261 cfg->speaker_outs++; in snd_hda_parse_pin_defcfg() 374 cfg->speaker_outs); in snd_hda_parse_pin_defcfg() 383 if (cfg->speaker_outs) { in snd_hda_parse_pin_defcfg() 384 cfg->line_outs = cfg->speaker_outs; in snd_hda_parse_pin_defcfg() 387 cfg->speaker_outs = 0; in snd_hda_parse_pin_defcfg() 402 reorder_outputs(cfg->speaker_outs, cfg->speaker_pins); in snd_hda_parse_pin_defcfg() 419 cfg->speaker_outs, cfg->speaker_pins[0], in snd_hda_parse_pin_defcfg() [all …]
|
D | hda_auto_parser.h | 68 int speaker_outs; member 111 cfg->line_outs : cfg->speaker_outs; in auto_cfg_speaker_outs()
|
D | hda_generic.c | 1145 !cfg->hp_outs && !cfg->speaker_outs) in get_line_out_pfx() 1176 if (!ch && cfg->speaker_outs && in get_line_out_pfx() 1187 if (!ch && cfg->speaker_outs && cfg->hp_outs) { in get_line_out_pfx() 1669 for (i = 0; i < cfg->speaker_outs; i++) { in indep_hp_possible() 1739 mapped |= map_singles(codec, cfg->speaker_outs, in fill_and_eval_dacs() 1776 err = try_assign_dacs(codec, cfg->speaker_outs, in fill_and_eval_dacs() 1843 refill_shared_dacs(codec, cfg->speaker_outs, in fill_and_eval_dacs() 1906 if (cfg->speaker_outs) in debug_show_configs() 1914 for (i = 0; i < cfg->speaker_outs; i++) in debug_show_configs() 1987 if (cfg->speaker_outs > 0 && in parse_output_paths() [all …]
|
D | hda_jack.c | 489 for (i = 0, p = cfg->speaker_pins; i < cfg->speaker_outs; i++, p++) { in snd_hda_jack_add_kctls()
|
D | patch_cirrus.c | 1107 if (spec->gen.autocfg.speaker_outs && in cs421x_build_controls()
|
D | patch_sigmatel.c | 835 nids = spec->gen.autocfg.speaker_outs; in has_builtin_speaker()
|