1 #ifndef AHI_Drivers_Alsa_DriverData_h
2 #define AHI_Drivers_Alsa_DriverData_h
4 #include <exec/libraries.h>
8 #include "DriverBase.h"
12 struct DriverBase driverbase
;
13 struct DosLibrary
* dosbase
;
15 /* Mixer properties */
22 #define DRIVERBASE_SIZEOF (sizeof (struct AlsaBase))
24 #define DOSBase (*(struct DosLibrary**) &AlsaBase->dosbase)
28 struct DriverData driverdata
;
33 struct Process
* mastertask
;
34 struct Process
* slavetask
;
35 struct AlsaBase
* ahisubbase
;
42 #endif /* AHI_Drivers_Alsa_DriverData_h */