Ignore:
Timestamp:
Jan 1, 2021, 5:31:48 AM (5 years ago)
Author:
Paul Smedley
Message:

Add source for uniaud32 based on code from linux kernel 5.4.86

Location:
GPL/branches/uniaud32-next
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/drv32/init.c

    r587 r615  
    4444#include "parse.h"
    4545#include "malloc.h"
     46#include "sound/version.h"
    4647
    4748const char ERR_ERROR[]   = "ERROR: ";
     
    5051const char ERR_NAMES[]    = "Query names failed\r\r\n";
    5152#ifdef DEBUG
    52 const char szALSA[]      = "\r\n"PRODUCT_NAME" v"UNIAUD_VERSION"-DEBUG\r\nBased on ALSA "ALSA_VERSION"\r\n";
     53const char szALSA[]      = "\r\n"PRODUCT_NAME" v"UNIAUD_VERSION"-DEBUG\r\nBased on Linux "ALSA_VERSION"\r\n";
    5354#else
    54 const char szALSA[]      = "\r\n"PRODUCT_NAME" v"UNIAUD_VERSION"\r\nBased on ALSA "ALSA_VERSION"\r\n";
     55const char szALSA[]      = "\r\n"PRODUCT_NAME" v"UNIAUD_VERSION"\r\nBased on Linux "ALSA_VERSION"\r\n";
    5556#endif
    5657
    5758//const char szCopyRight1[]= "Copyright 2000-2002 InnoTek Systemberatung GmbH\r\n";
    58 const char szCopyRight2[]= "Copyright 2000-2010 The ALSA Project\r\n\r\n";
    59 const char szCopyRight3[]= "Copyright 2005-2010 Netlabs http://www.netlabs.org\r\n";
     59const char szCopyRight2[]= "Copyright 2000-2021 The ALSA Project\r\n\r\n";
     60const char szCopyRight3[]= "Copyright 2005-2021 Netlabs http://www.netlabs.org\r\n";
    6061
    6162const char szCodeStartEnd[] = "Code 0x%0x - 0x%0x\r\n\r\n";
     
    204205  GetTKSSBase();
    205206#endif
    206 
     207//_asm int 3;
    207208  if(LockSegments())
    208209  {
     
    238239  rprintf(("Uniaud32 version %s",UNIAUD_VERSION));
    239240  #endif
     241  rprintf(("Based on linux %s",CONFIG_SND_VERSION));
    240242
    241243  if(fVerbose)
Note: See TracChangeset for help on using the changeset viewer.