Ignore:
Timestamp:
Sep 28, 2001, 2:10:07 PM (24 years ago)
Author:
sandervl
Message:

rudi's fixes + dac control added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sbliveos2/trunk/drv16/parse.c

    r152 r191  
    8888int fLineMute = TRUE;
    8989int fCDMute   = TRUE;
     90int fAuxMute   = TRUE;
    9091
    9192CHAR *memchr(CHAR *strP, CHAR c, USHORT size)
     
    186187int DoParm(char cParm, int iPort, char __far *pszOption)
    187188{
    188    USHORT us;
    189 
    190189   switch (cParm) {
    191190      case '3':
     
    203202      case 'C':                     // Enable cd
    204203         fCDMute = FALSE;
    205          break;
     204         break;
     205      case 'A':                     // Enable cd
     206         fAuxMute = FALSE;
     207         break;
    206208      case 'N':                     // device header name
    207         if (iPort)
    208             return FALSE;
    209         if (!pszOption)
    210             return FALSE;
     209        if (iPort)
     210            return FALSE;
     211        if (!pszOption)
     212            return FALSE;
    211213         if (!CopyDevicename(pszOption))
    212214            return FALSE;
Note: See TracChangeset for help on using the changeset viewer.