Changeset 3213:da8251c98c0a in roaraudio for roard/include/streams.h


Ignore:
Timestamp:
01/24/10 05:41:59 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

support to transpher mixer stream id

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/streams.h

    r3042 r3213  
    8383 struct roar_vio_calls jumbo; 
    8484 struct roar_vio_calls * viop; 
     85 int mixer_stream; 
    8586} * g_streams[ROAR_STREAMS_MAX]; 
    8687 
     
    99100int streams_set_dir    (int id, int dir, int defaults); 
    100101int streams_get_dir    (int id); 
     102 
     103int streams_set_mixer_stream(int id, int mixer); 
     104int streams_get_mixer_stream(int id, int mixer); 
    101105 
    102106int streams_get_subsys (int id); 
Note: See TracChangeset for help on using the changeset viewer.