Changeset 3165:5b93ac962646 in roaraudio for libroaross


Ignore:
Timestamp:
01/15/10 19:20:56 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

no ioctl names in case we do not need them for debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroaross/libroaross.c

    r3164 r3165  
    495495 int channels; 
    496496 struct roar_mixer_settings mixer; 
    497  char * name = NULL; 
    498497 int o_w    =  0; 
    499498 int o_sid  = -1; 
    500499 int * ip   = vp; 
    501  
     500#if defined(DEBUG) && defined(DEBUG_IOCTL_NAMES) 
     501 char * name = NULL; 
     502#endif 
     503 
     504#if defined(DEBUG) && defined(DEBUG_IOCTL_NAMES) 
    502505 switch (req) { 
    503506#if 0 
     
    536539  return -1; 
    537540 } 
     541#endif 
    538542 
    539543 switch (req) { 
Note: See TracChangeset for help on using the changeset viewer.