AUTO_CFG_MAX_OUTS
hda_nid_t out_pins[AUTO_CFG_MAX_OUTS];
hda_nid_t dacs[AUTO_CFG_MAX_OUTS];
hda_nid_t private_dac_nids[AUTO_CFG_MAX_OUTS];
int out_paths[AUTO_CFG_MAX_OUTS];
int hp_paths[AUTO_CFG_MAX_OUTS];
int speaker_paths[AUTO_CFG_MAX_OUTS];
int digout_paths[AUTO_CFG_MAX_OUTS];
sizeof(hp_out[0]) * (AUTO_CFG_MAX_OUTS - cfg->hp_outs));
hda_nid_t line_out_pins[AUTO_CFG_MAX_OUTS];
hda_nid_t speaker_pins[AUTO_CFG_MAX_OUTS];
hda_nid_t hp_pins[AUTO_CFG_MAX_OUTS];