Changeset 1857:039b11dd6c39 in roaraudio


Ignore:
Timestamp:
05/23/09 12:13:30 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

we do not need a filter chain anymore

Location:
roard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • roard/include/streams.h

    r1842 r1857  
    6969 int primary; 
    7070 int driver_id; 
    71  struct roardsp_filterchain fc; 
     71// struct roardsp_filterchain fc; 
    7272 int flags; 
    7373 uint_least32_t delay; 
  • roard/streams.c

    r1845 r1857  
    113113   s->flags     =  ROAR_FLAG_NONE; 
    114114 
    115    roardsp_fchain_init(&(s->fc)); 
     115   //roardsp_fchain_init(&(s->fc)); 
    116116 
    117117   g_streams[i] = s; 
     
    169169 } 
    170170 
    171  roardsp_fchain_uninit(&(s->fc)); 
     171 //roardsp_fchain_uninit(&(s->fc)); 
    172172 
    173173 if ( s->client != -1 ) { 
Note: See TracChangeset for help on using the changeset viewer.