Changeset 18:553bd2a893a3 in roaraudio for roard/mixer.c


Ignore:
Timestamp:
06/21/08 12:19:49 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added some debug infos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/mixer.c

    r17 r18  
    104104 
    105105int change_vol (void * output, int bits, void * input, int samples, int channels, struct roar_mixer_settings * set) { 
     106 
     107 ROAR_DBG("change_vol(*): mixer at %p", set->mixer); 
     108 
    106109 if ( bits == 8 ) { 
    107110  return  change_vol_8bit(output, input, samples, channels, set); 
Note: See TracChangeset for help on using the changeset viewer.