Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/generic/
Dsimple-card-utils.c443 unsigned int i, nb_controls; in asoc_simple_parse_pin_switches() local
465 nb_controls = (unsigned int)ret; in asoc_simple_parse_pin_switches()
467 controls = devm_kcalloc(dev, nb_controls, in asoc_simple_parse_pin_switches()
472 for (i = 0; i < nb_controls; i++) { in asoc_simple_parse_pin_switches()
487 card->num_controls = nb_controls; in asoc_simple_parse_pin_switches()