diff options
author | Simon Trimmer <simont@opensource.cirrus.com> | 2023-10-03 12:34:18 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-10-03 16:51:19 +0300 |
commit | d4e1417bb9e675ea2e4d4a6f993e3a9ae8118ac8 (patch) | |
tree | 73ac4ba2af94ad1973b5a061c440793cc0b0b6ec /include/sound | |
parent | 4c9d0d6f63c72cf121d15ab81ab9e1cdf50ec02c (diff) | |
download | linux-d4e1417bb9e675ea2e4d4a6f993e3a9ae8118ac8.tar.xz |
ASoC: cs35l56: Remove unused hibernate wake constants
The two CS35L56_HIBERNATE_WAKE_* constants in cs35l56.h aren't used by
any of the driver code.
Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20231003093418.21600-1-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/cs35l56.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/cs35l56.h b/include/sound/cs35l56.h index 3950322bf3cb..762b96b29211 100644 --- a/include/sound/cs35l56.h +++ b/include/sound/cs35l56.h @@ -242,8 +242,6 @@ #define CS35L56_CONTROL_PORT_READY_US 2200 #define CS35L56_HALO_STATE_POLL_US 1000 #define CS35L56_HALO_STATE_TIMEOUT_US 50000 -#define CS35L56_HIBERNATE_WAKE_POLL_US 500 -#define CS35L56_HIBERNATE_WAKE_TIMEOUT_US 5000 #define CS35L56_RESET_PULSE_MIN_US 1100 #define CS35L56_SDW1_PLAYBACK_PORT 1 |