mirror of https://github.com/OpenIPC/firmware.git
Fix building issues for anyka
parent
2f68a106b2
commit
7a1bebd8b0
br-ext-chip-anyka/board/ak3918ev300/kernel
|
@ -626,7 +626,7 @@ CONFIG_GPIOS_AKCUSTOM=y
|
||||||
CONFIG_AK39_PCM=y
|
CONFIG_AK39_PCM=y
|
||||||
CONFIG_H2_ISP_CHAR=y
|
CONFIG_H2_ISP_CHAR=y
|
||||||
CONFIG_USER_GPIO=y
|
CONFIG_USER_GPIO=y
|
||||||
CONFIG_AK_INFO_DUMP=m
|
# CONFIG_AK_INFO_DUMP is not set
|
||||||
CONFIG_AK_PWM_CHAR=y
|
CONFIG_AK_PWM_CHAR=y
|
||||||
CONFIG_HAVE_IDE=y
|
CONFIG_HAVE_IDE=y
|
||||||
# CONFIG_IDE is not set
|
# CONFIG_IDE is not set
|
||||||
|
|
|
@ -626,7 +626,7 @@ CONFIG_GPIOS_AKCUSTOM=y
|
||||||
CONFIG_AK39_PCM=y
|
CONFIG_AK39_PCM=y
|
||||||
CONFIG_H2_ISP_CHAR=y
|
CONFIG_H2_ISP_CHAR=y
|
||||||
CONFIG_USER_GPIO=y
|
CONFIG_USER_GPIO=y
|
||||||
CONFIG_AK_INFO_DUMP=m
|
# CONFIG_AK_INFO_DUMP is not set
|
||||||
CONFIG_AK_PWM_CHAR=y
|
CONFIG_AK_PWM_CHAR=y
|
||||||
CONFIG_HAVE_IDE=y
|
CONFIG_HAVE_IDE=y
|
||||||
# CONFIG_IDE is not set
|
# CONFIG_IDE is not set
|
||||||
|
|
|
@ -110810,9 +110810,9 @@ index 00000000..c194f164
|
||||||
+
|
+
|
||||||
+struct akpcm* get_akpcm_ptr(void);
|
+struct akpcm* get_akpcm_ptr(void);
|
||||||
+
|
+
|
||||||
+inline void akpcm_notify_cb(T_U32 code);
|
+void akpcm_notify_cb(T_U32 code);
|
||||||
+inline void* akpcm_malloc_cb(unsigned long size);
|
+void* akpcm_malloc_cb(unsigned long size);
|
||||||
+inline void akpcm_free_cb(void * mem);
|
+void akpcm_free_cb(void * mem);
|
||||||
+
|
+
|
||||||
+/**
|
+/**
|
||||||
+ * set source for OUTPUT(HP or ADC2)
|
+ * set source for OUTPUT(HP or ADC2)
|
||||||
|
|
Loading…
Reference in New Issue