Lines Matching refs:tplg_save_printf
47 int tplg_save_printf(struct tplg_buf *dst, const char *pfx, const char *fmt, ...) in tplg_save_printf() function
281 return tplg_save_printf(dst, NULL, "'%s'", d); in tplg_save_quoted()
289 return tplg_save_printf(dst, NULL, "''"); in tplg_save_string()
297 return tplg_save_printf(dst, NULL, "%s", str); in tplg_save_string()
327 err = tplg_save_printf(dst, NULL, "\n"); in save_config()
331 err = tplg_save_printf(dst, NULL, "\t"); in save_config()
337 err = tplg_save_printf(dst, NULL, "%s'%s'\n", delim, val); in save_config()
339 err = tplg_save_printf(dst, NULL, "%s%s\n", delim, val); in save_config()
365 err = tplg_save_printf(dst, NULL, "."); in save_config()
378 err = tplg_save_printf(dst, NULL, "%s%s\n", delim, in save_config()
390 err = tplg_save_printf(dst, pfx, ""); in save_config()
412 err = tplg_save_printf(dst, pfx, "%s\n", in save_config()
458 err = tplg_save_printf(dst, prefix, "%s {\n", in tplg_save()
462 err = tplg_save_printf(dst, prefix, "%s.", in tplg_save()
475 err = tplg_save_printf(dst, pfx2, ""); in tplg_save()
487 err = tplg_save_printf(dst, prefix, "}\n"); in tplg_save()
577 err = tplg_save_printf(&buf, NULL, in snd_tplg_save()
583 err = tplg_save_printf(&buf, NULL, "}\n"); in snd_tplg_save()