Lines Matching refs:tplg
21 int tplg_decode_template(snd_tplg_t *tplg, in tplg_decode_template() argument
29 tplg_log(tplg, 'D', pos, "template: asoc type %d library type %d", in tplg_decode_template()
39 tplg_log(tplg, 'D', pos, "template: index %d version %d vendor_type %d", in tplg_decode_template()
44 int snd_tplg_decode(snd_tplg_t *tplg, void *bin, size_t size, int dflags) in snd_tplg_decode() argument
55 if (tplg == NULL || bin == NULL) in snd_tplg_decode()
60 tplg_log(tplg, 'D', pos, "block: success (total %zd)", size); in snd_tplg_decode()
64 tplg_log(tplg, 'D', pos, "block: small size"); in snd_tplg_decode()
74 tplg_log(tplg, 'D', pos, "block: abi %d size %d payload size %d", in snd_tplg_decode()
101 err = snd_tplg_set_version(tplg, hdr->version); in snd_tplg_decode()
116 tplg_log(tplg, 'D', pos, "block: type %d - %s", hdr->type, tptr->name); in snd_tplg_decode()
117 err = tptr->decod(tplg, pos, hdr, b + hdr->size, hdr->payload_size); in snd_tplg_decode()