!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/usr/src/linux-2.4.18-xfs-1.1/drivers/sound/   drwxr-xr-x
Free 318.37 GB of 458.09 GB (69.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     rme96xx.h (1.36 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* (C) 2000 Guenter Geiger <geiger@debian.org>
   with copy/pastes from the driver of Winfried Ritsch <ritsch@iem.kug.ac.at>
*/


#ifndef AFMT_S32_BLOCKED
#define AFMT_S32_BLOCKED 0x0000400
#endif

#ifndef AFMT_S16_BLOCKED 
#define AFMT_S16_BLOCKED 0x0000800
#endif


typedef struct rme_status {
     unsigned int irq:1;    /* high or low */
     unsigned int lockmask:3;  /* ADAT1, ADAT2, ADAT3 */
     unsigned int sr48:1;   /* current sample rate */
     unsigned int wclock:1; /* wordclock used ? */
     unsigned int bufpoint:10;

     unsigned int syncmask:3;  /* ADAT1, ADAT2, ADAT3 */
     unsigned int doublespeed:1;
     unsigned int tc_busy:1;
     unsigned int tc_out:1;
     unsigned int crystalrate:3;
     unsigned int spdif_error:1;
     unsigned int bufid:1;
     unsigned int tc_valid:1;     
} rme_status_t;


typedef struct rme_control {
     unsigned int start:1;
     unsigned int latency:3;

     unsigned int master:1;
     unsigned int ie:1;
     unsigned int sr48:1;
     unsigned int spare:1;

     unsigned int doublespeed:1;
     unsigned int pro:1;
     unsigned int emphasis:1;
     unsigned int dolby:1;

     unsigned int opt_out:1;
     unsigned int wordclock:1;
     unsigned int spdif_in:2;

     unsigned int sync_ref:2;
} rme_ctrl_t;


typedef struct _rme_mixer {
     int i_offset;
     int o_offset;
     int devnr;
     int spare[8];
} rme_mixer;


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0242 ]--