diff options
author | Mark Brown <broonie@kernel.org> | 2023-05-19 12:32:36 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-05-19 12:32:36 +0900 |
commit | 83b3432fc5b7128f9904a13b5d5c539c68b57447 (patch) | |
tree | a1e5f8d1434cb23188ff0889f28817056c7ae971 /include | |
parent | af53b00fa3aca3410c89900a34e5d727a27c36e2 (diff) | |
parent | 1a8edfcffa2803afc0ef3a6a48819230cdbda2c9 (diff) | |
download | lwn-83b3432fc5b7128f9904a13b5d5c539c68b57447.tar.gz lwn-83b3432fc5b7128f9904a13b5d5c539c68b57447.zip |
ASoC: cs35l56: Bugfixes and efficiency improvement
Merge series from Richard Fitzgerald <rf@opensource.cirrus.com>:
First two patches are bugfixes.
Third patch skips the overhead of rebooting the amp after applying
firmware files when we know that it isn't necessary.
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 002042b1c73c..1f9713d7ca76 100644 --- a/include/sound/cs35l56.h +++ b/include/sound/cs35l56.h @@ -223,6 +223,7 @@ #define CS35L56_MBOX_CMD_AUDIO_PLAY 0x0B000001 #define CS35L56_MBOX_CMD_AUDIO_PAUSE 0x0B000002 +#define CS35L56_MBOX_CMD_AUDIO_REINIT 0x0B000003 #define CS35L56_MBOX_CMD_HIBERNATE_NOW 0x02000001 #define CS35L56_MBOX_CMD_WAKEUP 0x02000002 #define CS35L56_MBOX_CMD_PREVENT_AUTO_HIBERNATE 0x02000003 |