mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-29 07:57:59 -04:00
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:
parent
aa1bac2d04
commit
b336aea507
4 changed files with 24 additions and 2 deletions
|
|
@ -66,6 +66,7 @@ struct snd_tplg {
|
|||
size_t bin_size;
|
||||
|
||||
int verbose;
|
||||
unsigned int dapm_sort: 1;
|
||||
unsigned int version;
|
||||
|
||||
/* runtime state */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue