Home
last modified time | relevance | path

Searched refs:hp_out (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/sound/pci/hda/
Dhda_auto_parser.c179 struct auto_out_pin hp_out[ARRAY_SIZE(cfg->hp_pins)]; in snd_hda_parse_pin_defcfg() local
189 memset(hp_out, 0, sizeof(hp_out)); in snd_hda_parse_pin_defcfg()
272 hp_out[cfg->hp_outs].pin = nid; in snd_hda_parse_pin_defcfg()
273 hp_out[cfg->hp_outs].seq = (assoc << 4) | seq; in snd_hda_parse_pin_defcfg()
354 if ((hp_out[i].seq & 0x0f) == 0x0f) { in snd_hda_parse_pin_defcfg()
359 line_out[cfg->line_outs++] = hp_out[i]; in snd_hda_parse_pin_defcfg()
361 memmove(hp_out + i, hp_out + i + 1, in snd_hda_parse_pin_defcfg()
362 sizeof(hp_out[0]) * (cfg->hp_outs - i)); in snd_hda_parse_pin_defcfg()
364 memset(hp_out + cfg->hp_outs, 0, in snd_hda_parse_pin_defcfg()
365 sizeof(hp_out[0]) * (AUTO_CFG_MAX_OUTS - cfg->hp_outs)); in snd_hda_parse_pin_defcfg()
[all …]