Changeset 5289:ddb3677af4d0 in roaraudio for libroaresd


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
  • libroaresd/esdstream.c

    r5258 r5289  
    7272 } 
    7373 
    74  if ( roar_vio_simple_stream(&calls, rate, channels, bits, codec, host, dir, name) == -1 ) 
     74 if ( roar_vio_simple_stream(&calls, rate, channels, bits, codec, host, dir, name, -1) == -1 ) 
    7575  return -1; 
    7676 
Note: See TracChangeset for help on using the changeset viewer.