summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/audio/imx233-codec.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/drivers/audio/imx233-codec.c b/firmware/drivers/audio/imx233-codec.c
index 512bab6..ae812f8 100644
--- a/firmware/drivers/audio/imx233-codec.c
+++ b/firmware/drivers/audio/imx233-codec.c
@@ -24,17 +24,20 @@
#include "audio.h"
#include "audioout-imx233.h"
#include "audioin-imx233.h"
+#include "audio-imx233.h"
void audiohw_preinit(void)
{
imx233_audioout_preinit();
imx233_audioin_preinit();
+ imx233_audio_preinit();
}
void audiohw_postinit(void)
{
imx233_audioout_postinit();
imx233_audioin_postinit();
+ imx233_audio_postinit();
}
void audiohw_close(void)