Changeset 2052:ca6d7de2a8f9 in roaraudio


Ignore:
Timestamp:
06/29/09 19:32:52 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use correct stream direction for setting light controll thingys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarlight.c

    r2048 r2052  
    8080 if ( (fh = roar_simple_new_stream(con, 
    8181                                   ROAR_RATE_DEFAULT, ROAR_CHANNELS_DEFAULT, ROAR_BITS_DEFAULT, 
    82                                    ROAR_CODEC_ROARDMX, ROAR_DIR_PLAY 
     82                                   ROAR_CODEC_ROARDMX, ROAR_DIR_LIGHT_IN 
    8383                                  )) == -1 ) 
    8484  return -1; 
Note: See TracChangeset for help on using the changeset viewer.