summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/config.h3
-rw-r--r--include/ec_commands.h2
2 files changed, 5 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 903365de9d..48f642fe59 100644
--- a/include/config.h
+++ b/include/config.h
@@ -215,6 +215,9 @@
/* Support AP Warm reset Interrupt. */
#undef CONFIG_AP_WARM_RESET_INTERRUPT
+/* Support audio codec for WoV and I2S normal recording. */
+#undef CONFIG_AUDIO_CODEC
+
/*
* Enable support for CPU caches behaving according to the ARMv7-M ISA.
* (so far, only the Cortex-M7 has such caches)
diff --git a/include/ec_commands.h b/include/ec_commands.h
index c05a1d495a..9f066e0988 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -1336,6 +1336,8 @@ enum ec_feature_code {
* MOTIONSENSE_CMD_TABLET_MODE_LID_ANGLE.
*/
EC_FEATURE_REFINED_TABLET_MODE_HYSTERESIS = 37,
+ /* EC supports audio codec. */
+ EC_FEATURE_AUDIO_CODEC = 38,
};
#define EC_FEATURE_MASK_0(event_code) (1UL << (event_code % 32))