Searched refs:hp_pins (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/sound/pci/hda/ |
D | hda_auto_parser.c | 179 struct auto_out_pin hp_out[ARRAY_SIZE(cfg->hp_pins)]; in snd_hda_parse_pin_defcfg() 266 if (cfg->hp_outs >= ARRAY_SIZE(cfg->hp_pins)) { in snd_hda_parse_pin_defcfg() 375 sort_pins_by_sequence(cfg->hp_pins, hp_out, cfg->hp_outs); in snd_hda_parse_pin_defcfg() 392 memcpy(cfg->line_out_pins, cfg->hp_pins, in snd_hda_parse_pin_defcfg() 393 sizeof(cfg->hp_pins)); in snd_hda_parse_pin_defcfg() 395 memset(cfg->hp_pins, 0, sizeof(cfg->hp_pins)); in snd_hda_parse_pin_defcfg() 401 reorder_outputs(cfg->hp_outs, cfg->hp_pins); in snd_hda_parse_pin_defcfg() 423 cfg->hp_outs, cfg->hp_pins[0], in snd_hda_parse_pin_defcfg() 424 cfg->hp_pins[1], cfg->hp_pins[2], in snd_hda_parse_pin_defcfg() 425 cfg->hp_pins[3], cfg->hp_pins[4]); in snd_hda_parse_pin_defcfg() [all …]
|
D | hda_auto_parser.h | 72 hda_nid_t hp_pins[AUTO_CFG_MAX_OUTS]; member 106 cfg->line_out_pins : cfg->hp_pins; in auto_cfg_hp_pins()
|
D | hda_generic.c | 1768 cfg->hp_pins, in fill_and_eval_dacs() 1799 err = try_assign_dacs(codec, cfg->hp_outs, cfg->hp_pins, in fill_and_eval_dacs() 1838 if (count_multiio_pins(codec, cfg->hp_pins[0]) >= 2) in fill_and_eval_dacs() 1930 cfg->hp_pins[0], cfg->hp_pins[1], in debug_show_configs() 1931 cfg->hp_pins[2], cfg->hp_pins[3], in debug_show_configs() 2022 memcpy(cfg->hp_pins, cfg->line_out_pins, in parse_output_paths() 2023 sizeof(cfg->hp_pins)); in parse_output_paths() 2039 memcpy(cfg->line_out_pins, cfg->hp_pins, in parse_output_paths() 2040 sizeof(cfg->hp_pins)); in parse_output_paths() 2042 memset(cfg->hp_pins, 0, sizeof(cfg->hp_pins)); in parse_output_paths() [all …]
|
D | patch_realtek.c | 726 if (!spec->gen.autocfg.hp_pins[0] && in alc_subsystem_id() 735 spec->gen.autocfg.hp_pins[0] = nid; in alc_subsystem_id() 1593 spec->gen.autocfg.hp_pins[0] = 0x0f; /* copy it for automute */ in alc260_fixup_gpio1_toggle() 2958 hda_nid_t hp_pin = spec->gen.autocfg.hp_pins[0]; in alc282_init() 2995 hda_nid_t hp_pin = spec->gen.autocfg.hp_pins[0]; in alc282_shutup() 3073 hda_nid_t hp_pin = spec->gen.autocfg.hp_pins[0]; in alc283_init() 3114 hda_nid_t hp_pin = spec->gen.autocfg.hp_pins[0]; in alc283_shutup() 3155 hda_nid_t hp_pin = spec->gen.autocfg.hp_pins[0]; in alc256_init() 3191 hda_nid_t hp_pin = spec->gen.autocfg.hp_pins[0]; in alc256_shutup() 3227 hda_nid_t hp_pin = spec->gen.autocfg.hp_pins[0]; in alc225_init() [all …]
|
D | hda_jack.c | 482 for (i = 0, p = cfg->hp_pins; i < cfg->hp_outs; i++, p++) { in snd_hda_jack_add_kctls()
|
D | patch_conexant.c | 290 spec->gen.hp_jack_present = snd_hda_jack_detect(codec, spec->gen.autocfg.hp_pins[0]); in cxt_update_headset_mode()
|