summaryrefslogtreecommitdiff
path: root/firmware/export/audiohw.h
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-01-11 13:58:03 +0000
committerAidan MacDonald <amachronic@protonmail.com>2022-01-16 19:17:25 -0500
commit18b3e91707e42873eab833f0f3da709062207ba7 (patch)
tree7a5ebfc65961713243b607e83fba9e3758cbcc45 /firmware/export/audiohw.h
parent15e3d37110f1674ec7d52c2f055ebfad1d77b5da (diff)
downloadrockbox-18b3e91707e42873eab833f0f3da709062207ba7.tar.gz
rockbox-18b3e91707e42873eab833f0f3da709062207ba7.zip
x1000: internal codec audio driver
Change-Id: I2eb551ec6b593951c33ae6b93df2a23dc6612c43
Diffstat (limited to 'firmware/export/audiohw.h')
-rw-r--r--firmware/export/audiohw.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index 3f1bcb6feb..a365b97828 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -192,6 +192,8 @@ struct sound_settings_info
192#include "tsc2100.h" 192#include "tsc2100.h"
193#elif defined(HAVE_JZ4740_CODEC) 193#elif defined(HAVE_JZ4740_CODEC)
194#include "jz4740-codec.h" 194#include "jz4740-codec.h"
195#elif defined(HAVE_X1000_ICODEC_PLAY)
196#include "x1000-codec.h"
195#elif defined(HAVE_AK4537) 197#elif defined(HAVE_AK4537)
196#include "ak4537.h" 198#include "ak4537.h"
197#elif defined(HAVE_AK4376) 199#elif defined(HAVE_AK4376)
@@ -237,6 +239,11 @@ struct sound_settings_info
237#include "erosqlinux_codec.h" 239#include "erosqlinux_codec.h"
238#endif 240#endif
239 241
242#if defined(HAVE_X1000_ICODEC_REC) && !defined(HAVE_X1000_ICODEC_PLAY)
243/* Targets may have an external DAC above, but use icodec for recording only */
244#include "x1000-codec.h"
245#endif
246
240/* convert caps into defines */ 247/* convert caps into defines */
241#ifdef AUDIOHW_CAPS 248#ifdef AUDIOHW_CAPS
242/* Tone controls */ 249/* Tone controls */