Searched refs:nb_controls (Results 1 – 1 of 1) sorted by relevance
3079 unsigned int i, nb_controls; in snd_soc_of_parse_pin_switches() local 3095 nb_controls = (unsigned int)ret; in snd_soc_of_parse_pin_switches() 3097 controls = devm_kcalloc(dev, nb_controls, in snd_soc_of_parse_pin_switches() 3102 for (i = 0; i < nb_controls; i++) { in snd_soc_of_parse_pin_switches() 3117 card->num_controls = nb_controls; in snd_soc_of_parse_pin_switches()