Home
last modified time | relevance | path

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

/linux/sound/pci/hda/
H A Dhda_generic.h118 hda_nid_t adc_nids[AUTO_CFG_MAX_INS];
168 hda_nid_t all_adcs[AUTO_CFG_MAX_INS];
179 int input_paths[HDA_MAX_NUM_INPUTS][AUTO_CFG_MAX_INS];
H A Dhda_generic.c2632 if (cfg->num_inputs >= AUTO_CFG_MAX_INS) in create_hp_mic()
3411 if (adc_idx < 0 || adc_idx >= AUTO_CFG_MAX_INS) { in get_input_path()