Home
last modified time | relevance | path

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

/third_party/alsa-utils/include/
Dversion.h24 #define SND_UTIL_MAJOR 1 macro
27 #define SND_UTIL_VERSION ((SND_UTIL_MAJOR << 16) | (SND_UTIL_MINOR << 8) | SND_UTIL_SUBMINOR)
/third_party/alsa-utils/
Dacinclude.m46 SND_UTIL_MAJOR=`echo $VERSION | cut -d . -f 1`
7 AC_SUBST(SND_UTIL_MAJOR) subst