topology: add snd_tplg_create() with flags

Add SND_TPLG_CREATE_VERBOSE and SND_TPLG_CREATE_DAPM_NOSORT
flags for the special operations.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2019-12-20 14:59:00 +01:00
parent aa1bac2d04
commit b336aea507
4 changed files with 24 additions and 2 deletions

View file

@ -66,6 +66,7 @@ struct snd_tplg {
size_t bin_size;
int verbose;
unsigned int dapm_sort: 1;
unsigned int version;
/* runtime state */