Lines Matching refs:pfx
110 struct tplg_buf *dst, const char *pfx)
129 return tplg_save_printf(dst, pfx, "access.0 %s\n", last);
130 err = tplg_save_printf(dst, pfx, "access [\n");
137 err = tplg_save_printf(dst, pfx, "\t%s\n",
144 return tplg_save_printf(dst, pfx, "]\n");
403 struct tplg_buf *dst, const char *pfx)
417 err = tplg_save_printf(dst, pfx, "\tscale {\n");
419 err = tplg_save_printf(dst, pfx, "\t\tmin %i\n", scale->min);
421 err = tplg_save_printf(dst, pfx, "\t\tstep %i\n", scale->step);
423 err = tplg_save_printf(dst, pfx, "\t\tmute %i\n", scale->mute);
425 err = tplg_save_printf(dst, pfx, "\t}\n");
427 err = tplg_save_printf(dst, pfx, "}\n");
561 struct tplg_buf *dst, const char *pfx)
570 snprintf(pfx2, sizeof(pfx2), "%s\t", pfx ?: "");
575 err = tplg_save_printf(dst, pfx, "\tindex %u\n", elem->index);
577 err = tplg_save_printf(dst, pfx, "\tbase %u\n", be->base);
579 err = tplg_save_printf(dst, pfx, "\tnum_regs %u\n", be->num_regs);
581 err = tplg_save_printf(dst, pfx, "\tmax %u\n", be->max);
583 err = tplg_save_printf(dst, pfx, "\tmask %u\n", be->mask);
597 err = tplg_save_printf(dst, pfx, "}\n");
701 struct tplg_buf *dst, const char *pfx)
710 snprintf(pfx2, sizeof(pfx2), "%s\t", pfx ?: "");
715 err = tplg_save_printf(dst, pfx, "\tindex %u\n", elem->index);
730 err = tplg_save_printf(dst, pfx, "}\n");
863 struct tplg_buf *dst, const char *pfx)
874 snprintf(pfx2, sizeof(pfx2), "%s\t", pfx ?: "");
876 err = tplg_save_printf(dst, pfx, "\tindex %u\n", elem->index);
881 err = tplg_save_printf(dst, pfx, "\tmax %u\n", mc->max);
883 err = tplg_save_printf(dst, pfx, "\tinvert 1\n");
885 err = tplg_save_printf(dst, pfx, "\tinvert 1\n");
897 err = tplg_save_printf(dst, pfx, "}\n");