mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-31 22:25:34 -04:00
Add ld10k1 tool
Added ld10k1 tool by Peter Zubaj.
This commit is contained in:
parent
37104ebf62
commit
2df1aa7c20
98 changed files with 19970 additions and 1 deletions
14
ld10k1/include/version.h
Normal file
14
ld10k1/include/version.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* version.h
|
||||
*/
|
||||
|
||||
#define LD10K1_LIB_MAJOR 0 /**< major number of library version */
|
||||
#define LD10K1_LIB_MINOR 1 /**< minor number of library version */
|
||||
#define LD10K1_LIB_SUBMINOR 8 /**< subminor number of library version */
|
||||
/** library version */
|
||||
#define LD10K1_LIB_VERSION ((LD10K1_LIB_MAJOR<<16)|\
|
||||
(LD10K1_LIB_MINOR<<8)|\
|
||||
LD10K1_LIB_SUBMINOR)
|
||||
/** library version (string) */
|
||||
#define LD10K1_LIB_VERSION_STR "0.1.8"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue