Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-core.c3058 unsigned int i, nb_controls; in snd_soc_of_parse_pin_switches() local
3074 nb_controls = (unsigned int)ret; in snd_soc_of_parse_pin_switches()
3076 controls = devm_kcalloc(dev, nb_controls, in snd_soc_of_parse_pin_switches()
3081 for (i = 0; i < nb_controls; i++) { in snd_soc_of_parse_pin_switches()
3096 card->num_controls = nb_controls; in snd_soc_of_parse_pin_switches()