|
@@ -26,6 +26,7 @@
|
|
#include <mach/colibri.h>
|
|
#include <mach/colibri.h>
|
|
#include <mach/ohci.h>
|
|
#include <mach/ohci.h>
|
|
#include <mach/pxafb.h>
|
|
#include <mach/pxafb.h>
|
|
|
|
+#include <mach/audio.h>
|
|
|
|
|
|
#include "generic.h"
|
|
#include "generic.h"
|
|
#include "devices.h"
|
|
#include "devices.h"
|
|
@@ -145,7 +146,7 @@ static void __init colibri_pxa300_init_lcd(void)
|
|
static inline void colibri_pxa300_init_lcd(void) {}
|
|
static inline void colibri_pxa300_init_lcd(void) {}
|
|
#endif /* CONFIG_FB_PXA || CONFIG_FB_PXA_MODULE */
|
|
#endif /* CONFIG_FB_PXA || CONFIG_FB_PXA_MODULE */
|
|
|
|
|
|
-#if defined(SND_AC97_CODEC) || defined(SND_AC97_CODEC_MODULE)
|
|
|
|
|
|
+#if defined(CONFIG_SND_AC97_CODEC) || defined(CONFIG_SND_AC97_CODEC_MODULE)
|
|
static mfp_cfg_t colibri_pxa310_ac97_pin_config[] __initdata = {
|
|
static mfp_cfg_t colibri_pxa310_ac97_pin_config[] __initdata = {
|
|
GPIO24_AC97_SYSCLK,
|
|
GPIO24_AC97_SYSCLK,
|
|
GPIO23_AC97_nACRESET,
|
|
GPIO23_AC97_nACRESET,
|