Changeset 615 for GPL/branches/uniaud32-next/drv32/init.c
- Timestamp:
- Jan 1, 2021, 5:31:48 AM (5 years ago)
- Location:
- GPL/branches/uniaud32-next
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/drv32/init.c
r587 r615 44 44 #include "parse.h" 45 45 #include "malloc.h" 46 #include "sound/version.h" 46 47 47 48 const char ERR_ERROR[] = "ERROR: "; … … 50 51 const char ERR_NAMES[] = "Query names failed\r\r\n"; 51 52 #ifdef DEBUG 52 const char szALSA[] = "\r\n"PRODUCT_NAME" v"UNIAUD_VERSION"-DEBUG\r\nBased on ALSA"ALSA_VERSION"\r\n";53 const char szALSA[] = "\r\n"PRODUCT_NAME" v"UNIAUD_VERSION"-DEBUG\r\nBased on Linux "ALSA_VERSION"\r\n"; 53 54 #else 54 const char szALSA[] = "\r\n"PRODUCT_NAME" v"UNIAUD_VERSION"\r\nBased on ALSA"ALSA_VERSION"\r\n";55 const char szALSA[] = "\r\n"PRODUCT_NAME" v"UNIAUD_VERSION"\r\nBased on Linux "ALSA_VERSION"\r\n"; 55 56 #endif 56 57 57 58 //const char szCopyRight1[]= "Copyright 2000-2002 InnoTek Systemberatung GmbH\r\n"; 58 const char szCopyRight2[]= "Copyright 2000-20 10The ALSA Project\r\n\r\n";59 const char szCopyRight3[]= "Copyright 2005-20 10Netlabs http://www.netlabs.org\r\n";59 const char szCopyRight2[]= "Copyright 2000-2021 The ALSA Project\r\n\r\n"; 60 const char szCopyRight3[]= "Copyright 2005-2021 Netlabs http://www.netlabs.org\r\n"; 60 61 61 62 const char szCodeStartEnd[] = "Code 0x%0x - 0x%0x\r\n\r\n"; … … 204 205 GetTKSSBase(); 205 206 #endif 206 207 //_asm int 3; 207 208 if(LockSegments()) 208 209 { … … 238 239 rprintf(("Uniaud32 version %s",UNIAUD_VERSION)); 239 240 #endif 241 rprintf(("Based on linux %s",CONFIG_SND_VERSION)); 240 242 241 243 if(fVerbose)
Note:
See TracChangeset
for help on using the changeset viewer.