|
@@ -15,8 +15,16 @@
|
|
|
|
|
|
#if defined(CONFIG_XILINX_ML300)
|
|
#if defined(CONFIG_XILINX_ML300)
|
|
#include "xparameters_ml300.h"
|
|
#include "xparameters_ml300.h"
|
|
|
|
+ #define XPAR_INTC_0_AC97_CONTROLLER_REF_0_PLAYBACK_VEC_ID \
|
|
|
|
+ XPAR_DCR_INTC_0_OPB_AC97_CONTROLLER_REF_0_PLAYBACK_INTERRUPT_INTR
|
|
|
|
+ #define XPAR_INTC_0_AC97_CONTROLLER_REF_0_RECORD_VEC_ID \
|
|
|
|
+ XPAR_DCR_INTC_0_OPB_AC97_CONTROLLER_REF_0_RECORD_INTERRUPT_INTR
|
|
#elif defined(CONFIG_XILINX_ML403)
|
|
#elif defined(CONFIG_XILINX_ML403)
|
|
#include "xparameters_ml403.h"
|
|
#include "xparameters_ml403.h"
|
|
|
|
+ #define XPAR_INTC_0_AC97_CONTROLLER_REF_0_PLAYBACK_VEC_ID \
|
|
|
|
+ XPAR_OPB_INTC_0_OPB_AC97_CONTROLLER_REF_0_PLAYBACK_INTERRUPT_INTR
|
|
|
|
+ #define XPAR_INTC_0_AC97_CONTROLLER_REF_0_RECORD_VEC_ID \
|
|
|
|
+ XPAR_OPB_INTC_0_OPB_AC97_CONTROLLER_REF_0_RECORD_INTERRUPT_INTR
|
|
#else
|
|
#else
|
|
/* Add other board xparameter includes here before the #else */
|
|
/* Add other board xparameter includes here before the #else */
|
|
#error No xparameters_*.h file included
|
|
#error No xparameters_*.h file included
|