summaryrefslogtreecommitdiff
path: root/firmware/export/audiohw.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/audiohw.h')
-rw-r--r--firmware/export/audiohw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index 6026a3b4bd..26a1a69f95 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -216,6 +216,8 @@ struct sound_settings_info
216#include "codec-dx50.h" 216#include "codec-dx50.h"
217#elif defined(DX90) 217#elif defined(DX90)
218#include "codec-dx90.h" 218#include "codec-dx90.h"
219#elif defined(HAVE_ROCKER_CODEC)
220#include "rocker_codec.h"
219#endif 221#endif
220 222
221/* convert caps into defines */ 223/* convert caps into defines */