Home
last modified time | relevance | path

Searched refs:SND_TPLG_CREATE_DAPM_NOSORT (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-lib/include/
Dtopology.h776 #define SND_TPLG_CREATE_DAPM_NOSORT (1<<1) /*!< Do not sort DAPM objects by index */ macro
/third_party/alsa-utils/topology/
Dtopology.c420 cflags |= SND_TPLG_CREATE_DAPM_NOSORT; in main()
/third_party/alsa-lib/src/topology/
Dparser.c468 tplg->dapm_sort = (flags & SND_TPLG_CREATE_DAPM_NOSORT) == 0; in snd_tplg_create()