Use hardcoded settings for VIA VT1708S (they are reported to work
[AROS.git] / workbench / devs / AHI / Drivers / HDAudio / interrupt.h
blobf44ae8efd2406f7e7794ca30d7a7347dbae1be5b
1 #ifndef AHI_Drivers_interrupt_h
2 #define AHI_Drivers_interrupt_h
4 #include <config.h>
6 #include "DriverData.h"
8 #ifdef __AMIGAOS4__
9 ULONG CardInterrupt(struct ExceptionContext *pContext, struct ExecBase *SysBase, struct HDAudioChip* dd);
11 void PlaybackInterrupt(struct ExceptionContext *pContext, struct ExecBase *SysBase, struct HDAudioChip* dd);
13 void RecordInterrupt(struct ExceptionContext *pContext, struct ExecBase *SysBase, struct HDAudioChip* dd);
14 #else
16 ULONG CardInterrupt(struct HDAudioChip* dd);
18 void PlaybackInterrupt(struct HDAudioChip* dd);
20 void RecordInterrupt(struct HDAudioChip* dd);
22 #endif
24 #endif /* AHI_Drivers_EMU10kx_emu10kx_interrupt_h */