summaryrefslogtreecommitdiff
path: root/cs40l26/cs40l26.h
diff options
context:
space:
mode:
Diffstat (limited to 'cs40l26/cs40l26.h')
-rw-r--r--cs40l26/cs40l26.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cs40l26/cs40l26.h b/cs40l26/cs40l26.h
index 639c309..463afef 100644
--- a/cs40l26/cs40l26.h
+++ b/cs40l26/cs40l26.h
@@ -927,6 +927,9 @@
#define CS40L26_AMP_VOL_PCM_MAX 0x07FF
+#define CS40L26_ERASE_WAIT_MS 500
+#define CS40L26_OWT_DURATION_MS 10000
+
/* GPI Triggering */
#define CS40L26_GPIO1 1
#define CS40L26_EVENT_MAP_INDEX_MASK GENMASK(8, 0)
@@ -1513,6 +1516,7 @@ struct cs40l26_private {
bool comp_enable_redc;
bool comp_enable_f0;
struct completion i2s_cont;
+ struct completion erase_cont;
u8 vpbr_thld;
};