Lines Matching defs:tplg
20 int tplg_decode_template(snd_tplg_t *tplg,
28 tplg_log(tplg, 'D', pos, "template: asoc type %d library type %d",
38 tplg_log(tplg, 'D', pos, "template: index %d version %d vendor_type %d",
43 int snd_tplg_decode(snd_tplg_t *tplg, void *bin, size_t size, int dflags)
54 if (tplg == NULL || bin == NULL)
59 tplg_log(tplg, 'D', pos, "block: success (total %zd)", size);
63 tplg_log(tplg, 'D', pos, "block: small size");
73 tplg_log(tplg, 'D', pos, "block: abi %d size %d payload size %d",
100 err = snd_tplg_set_version(tplg, hdr->version);
115 tplg_log(tplg, 'D', pos, "block: type %d - %s", hdr->type, tptr->name);
116 err = tptr->decod(tplg, pos, hdr, b + hdr->size, hdr->payload_size);