summaryrefslogtreecommitdiff
path: root/cs40l25/include/linux/mfd
diff options
context:
space:
mode:
authorchasewu <chasewu@google.com>2022-03-28 23:52:57 +0800
committerChase Wu <chasewu@google.com>2022-03-29 07:00:27 +0000
commit78786abe58e4aefa7c8e8d39acb4f831e639dd86 (patch)
treea3a24f2314bd2bf8cf5ac2635afaa73a81ea93fc /cs40l25/include/linux/mfd
parentcd1ebb608dce6155a1fb9641a73d818d4b1b874f (diff)
downloadamplifiers-78786abe58e4aefa7c8e8d39acb4f831e639dd86.tar.gz
cs40l25: update cirrus's latest updateandroid-t-beta-2_r0.4android-gs-raviole-5.10-t-beta-2
3020ec719047 misc: cs40l25: Change max size of PWLE string Add in the PWLE extended frequency flag for use cases where the frequency is at a range of 0.25Hz to 1023.75Hz. 3ab02c8e6360 misc: cs40l25: Change start i2s to an ack write Change write I2S start to an ack write so we can poll the status of the mailbox to ensure that the command has completed. Bug: 225008325 Test: HW check the output waveform Signed-off-by: chasewu <chasewu@google.com> Change-Id: I46892d55647cfee58a742ae447245edf0e6bda4f
Diffstat (limited to 'cs40l25/include/linux/mfd')
-rw-r--r--cs40l25/include/linux/mfd/cs40l25-wavetable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cs40l25/include/linux/mfd/cs40l25-wavetable.h b/cs40l25/include/linux/mfd/cs40l25-wavetable.h
index 2b35db3..ee8b029 100644
--- a/cs40l25/include/linux/mfd/cs40l25-wavetable.h
+++ b/cs40l25/include/linux/mfd/cs40l25-wavetable.h
@@ -40,6 +40,7 @@ struct wt_type10_comp {
#define WT_T12_FLAG_CHIRP BIT(7)
#define WT_T12_FLAG_BRAKE BIT(6)
#define WT_T12_FLAG_AMP_REG BIT(5)
+#define WT_T12_FLAG_EXT_FREQ BIT(4)
struct wt_type12_pwle_section {
u16 time;