Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/
Dsoc-core.c2834 unsigned int i, nb_controls; in snd_soc_of_parse_pin_switches() local
2850 nb_controls = (unsigned int)ret; in snd_soc_of_parse_pin_switches()
2852 controls = devm_kcalloc(dev, nb_controls, in snd_soc_of_parse_pin_switches()
2857 for (i = 0; i < nb_controls; i++) { in snd_soc_of_parse_pin_switches()
2872 card->num_controls = nb_controls; in snd_soc_of_parse_pin_switches()