Changeset 5156:9655b6a73884 in roaraudio for plugins/alsa/pcm_roar.c


Ignore:
Timestamp:
10/16/11 09:03:13 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

sync to maister's version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/alsa/pcm_roar.c

    r4708 r5156  
    3535 */ 
    3636 
     37//#define DEBUG 
    3738#include "roar.h" 
    3839 
     
    4445static int roar_pcm_start (snd_pcm_ioplug_t * io) { 
    4546 struct roar_alsa_pcm * self = io->private_data; 
     47 int fh; 
    4648 
    4749 ROAR_DBG("roar_pcm_start(*) = ?"); 
     
    5860 } 
    5961 
    60  int fh; 
    6162 if ( roar_vio_ctl(&(self->stream_vio),  
    6263    io->stream == SND_PCM_STREAM_PLAYBACK ? ROAR_VIO_CTL_GET_SELECT_WRITE_FH : 
     
    486487SND_PCM_PLUGIN_SYMBOL(roar); 
    487488 
     489#ifdef __TESTCODE_PH3__ 
    488490int __snd_pcm_roar_open_dlsym_pcm_001 (void) { 
    489491 ROAR_DBG("__snd_pcm_roar_open_dlsym_pcm_001(void) = 0"); 
    490492 return 0; 
    491493} 
     494#endif 
    492495 
    493496//ll 
Note: See TracChangeset for help on using the changeset viewer.