Changeset 4363:e90f4a304e99 in roaraudio for roard/include/hwmixer.h


Ignore:
Timestamp:
09/14/10 17:52:08 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

move things to where they should be

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/hwmixer.h

    r4362 r4363  
    2929#include <roaraudio.h> 
    3030 
    31 struct hwmixer_stream; 
     31struct hwmixer; 
     32 
     33struct hwmixer_stream { 
     34 struct hwmixer * hwmixer; 
     35 int basestream; 
     36 int stream; 
     37 void * baseud; 
     38 void * ud; 
     39}; 
    3240 
    3341void print_hwmixerlist (void); 
Note: See TracChangeset for help on using the changeset viewer.