Changeset 5289:ddb3677af4d0 in roaraudio for plugins/xmms/roar.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
  • plugins/xmms/roar.c

    r5236 r5289  
    152152 
    153153 if ( roar_vio_simple_new_stream_obj(&(g_inst.vio), &(g_inst.con), &(g_inst.stream), 
    154                                      rate, nch, bits, codec, ROAR_DIR_PLAY) == -1 ) { 
     154                                     rate, nch, bits, codec, ROAR_DIR_PLAY, -1) == -1 ) { 
    155155  roar_disconnect(&(g_inst.con)); 
    156156  g_inst.state |= STATE_CONNECTED; 
Note: See TracChangeset for help on using the changeset viewer.