Lines Matching refs:num_kcontrols
462 for (i = 0; w->kcontrols != NULL && i < w->num_kcontrols; i++) {
478 for (i = 0; w->kcontrols != NULL && i < w->num_kcontrols; i++) {
1314 struct soc_tplg *tplg, int num_kcontrols)
1321 kc = kcalloc(num_kcontrols, sizeof(*kc), GFP_KERNEL);
1325 for (i = 0; i < num_kcontrols; i++) {
1406 struct soc_tplg *tplg, int num_kcontrols)
1413 kc = kcalloc(num_kcontrols, sizeof(*kc), GFP_KERNEL);
1417 for (i = 0; i < num_kcontrols; i++) {
1516 struct soc_tplg *tplg, int num_kcontrols)
1523 kc = kcalloc(num_kcontrols, sizeof(*kc), GFP_KERNEL);
1527 for (i = 0; i < num_kcontrols; i++) {
1636 if (w->num_kcontrols == 0) {
1638 template.num_kcontrols = 0;
1644 w->name, w->num_kcontrols, control_hdr->type);
1654 template.num_kcontrols = le32_to_cpu(w->num_kcontrols);
1657 template.num_kcontrols);
1669 template.num_kcontrols = le32_to_cpu(w->num_kcontrols);
1672 template.num_kcontrols);
1680 template.num_kcontrols = le32_to_cpu(w->num_kcontrols);
1683 template.num_kcontrols);