Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/generic/
H A Dsimple-card-utils.c491 unsigned int i, nb_controls; in asoc_simple_parse_pin_switches() local
513 nb_controls = (unsigned int)ret; in asoc_simple_parse_pin_switches()
515 controls = devm_kcalloc(dev, nb_controls, in asoc_simple_parse_pin_switches()
520 for (i = 0; i < nb_controls; i++) { in asoc_simple_parse_pin_switches()
535 card->num_controls = nb_controls; in asoc_simple_parse_pin_switches()
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-core.c2932 unsigned int i, nb_controls; in snd_soc_of_parse_pin_switches() local
2948 nb_controls = (unsigned int)ret; in snd_soc_of_parse_pin_switches()
2950 controls = devm_kcalloc(dev, nb_controls, in snd_soc_of_parse_pin_switches()
2955 for (i = 0; i < nb_controls; i++) { in snd_soc_of_parse_pin_switches()
2970 card->num_controls = nb_controls; in snd_soc_of_parse_pin_switches()

Completed in 6 milliseconds