Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Dtopology.h775 #define SND_TPLG_CREATE_VERBOSE (1<<0) /*!< Verbose output */ macro
/third_party/alsa-utils/topology/
Dtopology.c417 cflags |= SND_TPLG_CREATE_VERBOSE; in main()
/third_party/alsa-lib/src/topology/
Dparser.c467 tplg->verbose = !!(flags & SND_TPLG_CREATE_VERBOSE); in snd_tplg_create()