Changeset 3659:1b7bb8e236a4 in roaraudio for plugins/alsa


Ignore:
Timestamp:
04/03/10 16:05:49 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

some cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/alsa/pcm.c

    r3658 r3659  
    134134 } 
    135135 
    136 #if 0 
    137  if ( roar_stream_new(&(self->stream), self->info.rate, self->info.channels, self->info.bits, self->info.codec) == -1 ) { 
    138   return -EINVAL; 
    139  } 
    140  
    141  if ( roar_stream_connect(&(self->roar.con), &(self->stream), io->stream == SND_PCM_STREAM_PLAYBACK ? ROAR_DIR_PLAY : ROAR_DIR_MONITOR) == -1 ) { 
    142   return -EINVAL; 
    143  } 
    144 #endif 
    145136 if ( roar_vio_simple_new_stream_obj(&(self->stream_vio), &(self->roar.con), &(self->stream), 
    146137                                     self->info.rate, self->info.channels, self->info.bits, self->info.codec, 
Note: See TracChangeset for help on using the changeset viewer.