summaryrefslogtreecommitdiff
path: root/firmware/export/ak4376.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/ak4376.h')
-rw-r--r--firmware/export/ak4376.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/ak4376.h b/firmware/export/ak4376.h
index 0ae156bc37..ad842b2b80 100644
--- a/firmware/export/ak4376.h
+++ b/firmware/export/ak4376.h
@@ -22,7 +22,9 @@
22#ifndef __AK4376_H__ 22#ifndef __AK4376_H__
23#define __AK4376_H__ 23#define __AK4376_H__
24 24
25#define AUDIOHW_CAPS (FILTER_ROLL_OFF_CAP|POWER_MODE_CAP) 25/* The target config must define this; defining it here would prevent
26 the target from supporting audio recording via an alternate codec. */
27/* #define AUDIOHW_CAPS (FILTER_ROLL_OFF_CAP|POWER_MODE_CAP) */
26#define AUDIOHW_HAVE_SHORT2_ROLL_OFF 28#define AUDIOHW_HAVE_SHORT2_ROLL_OFF
27 29
28#define AK4376_MIN_VOLUME (-890) 30#define AK4376_MIN_VOLUME (-890)