Changeset 4171:3ab534e00f10 in roaraudio for plugins/alsa


Ignore:
Timestamp:
08/14/10 04:15:47 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

more debug lions...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/alsa/pcm_roar.c

    r4170 r4171  
    215215 self->last_ptr = io->appl_ptr; 
    216216 
     217 ROAR_DBG("roar_pcm_pointer(*) appl_ptr: %i, ptr: %i, calculated avail frames: %i", (int)io->appl_ptr, (int)ptr, (int)(io->appl_ptr - ptr)); 
    217218 ROAR_DBG("roar_pcm_pointer(*) = %i", ptr); 
    218219 return ptr; 
     
    369370 self->bufptr = 0; 
    370371 
     372 ROAR_DBG("roar_pcm_hw_params(*) Setting buffersize (bytes): %i", (int)self->bufsize); 
    371373 ROAR_DBG("roar_pcm_hw_params(*) = 0"); 
    372374 return 0; 
Note: See TracChangeset for help on using the changeset viewer.