Lines Matching refs:hp_pins
185 struct auto_out_pin hp_out[ARRAY_SIZE(cfg->hp_pins)]; in snd_hda_parse_pin_defcfg()
272 if (cfg->hp_outs >= ARRAY_SIZE(cfg->hp_pins)) { in snd_hda_parse_pin_defcfg()
381 sort_pins_by_sequence(cfg->hp_pins, hp_out, cfg->hp_outs); in snd_hda_parse_pin_defcfg()
398 memcpy(cfg->line_out_pins, cfg->hp_pins, in snd_hda_parse_pin_defcfg()
399 sizeof(cfg->hp_pins)); in snd_hda_parse_pin_defcfg()
401 memset(cfg->hp_pins, 0, sizeof(cfg->hp_pins)); in snd_hda_parse_pin_defcfg()
407 reorder_outputs(cfg->hp_outs, cfg->hp_pins); in snd_hda_parse_pin_defcfg()
429 cfg->hp_outs, cfg->hp_pins[0], in snd_hda_parse_pin_defcfg()
430 cfg->hp_pins[1], cfg->hp_pins[2], in snd_hda_parse_pin_defcfg()
431 cfg->hp_pins[3], cfg->hp_pins[4]); in snd_hda_parse_pin_defcfg()
682 int idx = get_hp_label_index(codec, nid, cfg->hp_pins, in fill_audio_out_name()