Home
last modified time | relevance | path

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

/linux/sound/soc/generic/
A Dsimple-card-utils.c506 unsigned int i, nb_controls; in asoc_simple_parse_pin_switches() local
528 nb_controls = (unsigned int)ret; in asoc_simple_parse_pin_switches()
530 controls = devm_kcalloc(dev, nb_controls, in asoc_simple_parse_pin_switches()
535 for (i = 0; i < nb_controls; i++) { in asoc_simple_parse_pin_switches()
550 card->num_controls = nb_controls; in asoc_simple_parse_pin_switches()

Completed in 5 milliseconds