alsa-tools/ld10k1/include/version.h
Takashi Iwai 700edf08b4 Various fixes to ld10k1
Various fixes by Tim <terminator356@users.sourceforge.net>:

- Now loads as10k1 bin patch files from ALSA alsa-tools AND from EMU1roject emu-utils.
- Fixed init_live bug.
- Fixed bug in liblo10k1.c liblo10k1_patch_get().
2005-06-03 12:30:46 +00:00

14 lines
441 B
C

/*
* 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.8p1"