Changeset 5289:ddb3677af4d0 in roaraudio for libroarsndio/stream.c


Ignore:
Timestamp:
11/22/11 14:47:44 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use support to set mixer ID up at least one API layer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarsndio/stream.c

    r4708 r5289  
    104104 
    105105 if ( roar_vio_simple_new_stream_obj(&(hdl->svio), &(hdl->con), &(hdl->stream), 
    106                                      _i(rate), _i(channels), _i(bits), _i(codec), hdl->dir) == -1 ) 
     106                                     _i(rate), _i(channels), _i(bits), _i(codec), hdl->dir, -1) == -1 ) 
    107107  return 0; 
    108108 
Note: See TracChangeset for help on using the changeset viewer.