|
|
@ -32,6 +32,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
#include "mixertoolbox.h"
|
|
|
|
#include "mixertoolbox.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef KMIX_PLATFORMS_CPP
|
|
|
|
typedef Mixer_Backend *getMixerFunc( int device );
|
|
|
|
typedef Mixer_Backend *getMixerFunc( int device );
|
|
|
|
typedef TQString getDriverNameFunc( );
|
|
|
|
typedef TQString getDriverNameFunc( );
|
|
|
|
typedef DevIterator* getDevIteratorFunc( );
|
|
|
|
typedef DevIterator* getDevIteratorFunc( );
|
|
|
@ -43,6 +44,7 @@ struct MixerFactory {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
extern MixerFactory g_mixerFactories[];
|
|
|
|
extern MixerFactory g_mixerFactories[];
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
/***********************************************************************************
|
|
|
|
/***********************************************************************************
|
|
|
|
Attention:
|
|
|
|
Attention:
|
|
|
|