Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/hda/
Dhda_auto_parser.h34 #define AUTO_CFG_MAX_INS 8 macro
74 struct auto_pin_cfg_item inputs[AUTO_CFG_MAX_INS];
Dhda_generic.h117 hda_nid_t adc_nids[AUTO_CFG_MAX_INS];
167 hda_nid_t all_adcs[AUTO_CFG_MAX_INS];
178 int input_paths[HDA_MAX_NUM_INPUTS][AUTO_CFG_MAX_INS];
Dhda_auto_parser.c63 if (cfg->num_inputs < AUTO_CFG_MAX_INS) { in add_auto_cfg_input_pin()
Dhda_generic.c2593 if (cfg->num_inputs >= AUTO_CFG_MAX_INS) in create_hp_mic()
3371 if (adc_idx < 0 || adc_idx >= AUTO_CFG_MAX_INS) { in get_input_path()