Lines Matching refs:hp_pins
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()
677 int idx = get_hp_label_index(codec, nid, cfg->hp_pins, in fill_audio_out_name()