Fix building issues for anyka

pull/236/head
Dmitry Ermakov 2022-06-12 21:02:30 +03:00
parent 2f68a106b2
commit 7a1bebd8b0
3 changed files with 5 additions and 5 deletions

View File

@ -626,7 +626,7 @@ CONFIG_GPIOS_AKCUSTOM=y
CONFIG_AK39_PCM=y
CONFIG_H2_ISP_CHAR=y
CONFIG_USER_GPIO=y
CONFIG_AK_INFO_DUMP=m
# CONFIG_AK_INFO_DUMP is not set
CONFIG_AK_PWM_CHAR=y
CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set

View File

@ -626,7 +626,7 @@ CONFIG_GPIOS_AKCUSTOM=y
CONFIG_AK39_PCM=y
CONFIG_H2_ISP_CHAR=y
CONFIG_USER_GPIO=y
CONFIG_AK_INFO_DUMP=m
# CONFIG_AK_INFO_DUMP is not set
CONFIG_AK_PWM_CHAR=y
CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set

View File

@ -110810,9 +110810,9 @@ index 00000000..c194f164
+
+struct akpcm* get_akpcm_ptr(void);
+
+inline void akpcm_notify_cb(T_U32 code);
+inline void* akpcm_malloc_cb(unsigned long size);
+inline void akpcm_free_cb(void * mem);
+void akpcm_notify_cb(T_U32 code);
+void* akpcm_malloc_cb(unsigned long size);
+void akpcm_free_cb(void * mem);
+
+/**
+ * set source for OUTPUT(HP or ADC2)