diff options
| author | Mark Brown <[email protected]> | 2023-10-06 15:32:31 +0100 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2023-10-06 15:32:31 +0100 |
| commit | e22ece0f653dcb3db2efa3a0f2e092dfec90e5b7 (patch) | |
| tree | 68ef7c76fd711044b03f8acd26949fcd600b4b5c /include | |
| parent | 4b226f15421d160cc07ff497179547f5590ce758 (diff) | |
| parent | 634ed138d80b1cc8a903edb226458ea203c44abd (diff) | |
ASoC: cs35l56: Update hibernate/wake sequences and
Merge series from Richard Fitzgerald <[email protected]>:
Update the hibernate and wake command sequences to meet the latest
datasheet specification and enable hibernation for I2C and SPI control
interfaces.
Richard Fitzgerald (1):
ASoC: cs35l56: Enable low-power hibernation mode on SPI
Simon Trimmer (3):
ASoC: cs35l56: Change hibernate sequence to use allow auto hibernate
ASoC: cs35l56: Wake transactions need to be issued twice
ASoC: cs35l56: Enable low-power hibernation mode on i2c
include/sound/cs35l56.h | 1 +
sound/soc/codecs/cs35l56-i2c.c | 1 +
sound/soc/codecs/cs35l56-shared.c | 66 +++++++++++++++++++------------
sound/soc/codecs/cs35l56-spi.c | 1 +
4 files changed, 43 insertions(+), 26 deletions(-)
--
2.30.2
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/cs35l56.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/cs35l56.h b/include/sound/cs35l56.h index 762b96b29211..8c18e8b6d27d 100644 --- a/include/sound/cs35l56.h +++ b/include/sound/cs35l56.h @@ -243,6 +243,7 @@ #define CS35L56_HALO_STATE_POLL_US 1000 #define CS35L56_HALO_STATE_TIMEOUT_US 50000 #define CS35L56_RESET_PULSE_MIN_US 1100 +#define CS35L56_WAKE_HOLD_TIME_US 1000 #define CS35L56_SDW1_PLAYBACK_PORT 1 #define CS35L56_SDW1_CAPTURE_PORT 3 |