Ignore:
Timestamp:
Mar 23, 2001, 6:14:13 PM (24 years ago)
Author:
sandervl
Message:

Updates + fixes for DirectAudio interface

File:
1 edited

Legend:

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

    r142 r168  
    3434
    3535DEV_HEADER header[2] = {
    36    {  -1,
     36   {  sizeof(DEV_HEADER),
    3737      DA_CHAR | DA_IDCSET | DA_NEEDOPEN | DA_USESCAP,
    3838      (PFNENTRY) StrategyHandler,
     
    4141      0,0,
    4242      DC_INITCPLT | DC_IOCTL2 | DC_32BIT
     43   },
     44   {  -1,
     45      DA_CHAR | DA_IDCSET | DA_NEEDOPEN | DA_USESCAP,
     46      (PFNENTRY) StrategyHandler2,
     47      (PFNENTRY) 0,
     48      {'D','A','U','D','I','O','1','$'},
     49      0,0,
     50      DC_INITCPLT | DC_IOCTL2 | DC_32BIT
    4351   }
    4452};
Note: See TracChangeset for help on using the changeset viewer.