diff options
| -rw-r--r-- | firmware/export/sound.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/sound.h b/firmware/export/sound.h index 99741c2..7589338 100644 --- a/firmware/export/sound.h +++ b/firmware/export/sound.h @@ -30,6 +30,8 @@ #include "wm8731l.h" #elif defined(HAVE_TLV320) #include "tlv320.h" +#elif defined(HAVE_AS3514) +#include "as3514.h" #endif extern void audiohw_postinit(void); |