Home
last modified time | relevance | path

Searched refs:SND_UTIL_SUBMINOR (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-utils/include/
Dversion.h26 #define SND_UTIL_SUBMINOR 6 macro
27 #define SND_UTIL_VERSION ((SND_UTIL_MAJOR << 16) | (SND_UTIL_MINOR << 8) | SND_UTIL_SUBMINOR)
/third_party/alsa-utils/
Dacinclude.m410 SND_UTIL_SUBMINOR=`echo $VERSION | cut -d . -f 3 | sed -e 's/pre[[0-9]]*//g'`
11 AC_SUBST(SND_UTIL_SUBMINOR) subst