AUTO_CFG_MAX_INS   59 sound/pci/hda/hda_auto_parser.c 	if (cfg->num_inputs < AUTO_CFG_MAX_INS) {
AUTO_CFG_MAX_INS   70 sound/pci/hda/hda_auto_parser.h 	struct auto_pin_cfg_item inputs[AUTO_CFG_MAX_INS];
AUTO_CFG_MAX_INS 2609 sound/pci/hda/hda_generic.c 	if (cfg->num_inputs >= AUTO_CFG_MAX_INS)
AUTO_CFG_MAX_INS 3388 sound/pci/hda/hda_generic.c 	if (adc_idx < 0 || adc_idx >= AUTO_CFG_MAX_INS) {
AUTO_CFG_MAX_INS  123 sound/pci/hda/hda_generic.h 	hda_nid_t adc_nids[AUTO_CFG_MAX_INS];
AUTO_CFG_MAX_INS  173 sound/pci/hda/hda_generic.h 	hda_nid_t all_adcs[AUTO_CFG_MAX_INS];
AUTO_CFG_MAX_INS  184 sound/pci/hda/hda_generic.h 	int input_paths[HDA_MAX_NUM_INPUTS][AUTO_CFG_MAX_INS];