Searched refs:speaker_outs (Results 1 – 6 of 6) sorted by relevance
255 if (cfg->speaker_outs >= ARRAY_SIZE(cfg->speaker_pins)) { in snd_hda_parse_pin_defcfg()261 speaker_out[cfg->speaker_outs].pin = nid; in snd_hda_parse_pin_defcfg()262 speaker_out[cfg->speaker_outs].seq = (assoc << 4) | seq; in snd_hda_parse_pin_defcfg()263 cfg->speaker_outs++; in snd_hda_parse_pin_defcfg()376 cfg->speaker_outs); in snd_hda_parse_pin_defcfg()385 if (cfg->speaker_outs) { in snd_hda_parse_pin_defcfg()386 cfg->line_outs = cfg->speaker_outs; in snd_hda_parse_pin_defcfg()389 cfg->speaker_outs = 0; in snd_hda_parse_pin_defcfg()404 reorder_outputs(cfg->speaker_outs, cfg->speaker_pins); in snd_hda_parse_pin_defcfg()421 cfg->speaker_outs, cfg->speaker_pins[0], in snd_hda_parse_pin_defcfg()[all …]
64 int speaker_outs; member107 cfg->line_outs : cfg->speaker_outs; in auto_cfg_speaker_outs()
1198 if (!ch && cfg->speaker_outs && in get_line_out_pfx()1213 if (cfg->speaker_outs) in get_line_out_pfx()1938 if (cfg->speaker_outs) in debug_show_configs()2019 if (cfg->speaker_outs > 0 && in parse_output_paths()2024 cfg->line_outs = cfg->speaker_outs; in parse_output_paths()2027 cfg->speaker_outs = 0; in parse_output_paths()2035 cfg->speaker_outs = cfg->line_outs; in parse_output_paths()4730 cfg->speaker_outs = cfg->line_outs; in check_auto_mute_availability()4751 if (cfg->speaker_outs) in check_auto_mute_availability()4990 cfg->speaker_outs = cfg->line_outs; in snd_hda_gen_parse_auto_config()[all …]
651 for (i = 0, p = cfg->speaker_pins; i < cfg->speaker_outs; i++, p++) { in snd_hda_jack_add_kctls()
1120 if (spec->gen.autocfg.speaker_outs && in cs421x_parse_auto_config()
812 nids = spec->gen.autocfg.speaker_outs; in has_builtin_speaker()
Completed in 35 milliseconds