diff options
author | Simon Trimmer <simont@opensource.cirrus.com> | 2024-03-08 13:58:58 +0000 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-03-08 17:59:18 +0100 |
commit | afd17e6debf9494af778a58ec7706da05ede0730 (patch) | |
tree | ae550e091ce65c38a26039b05a17128f264447dc /include/sound | |
parent | 85b4f2a6efc933b742e447604df88f1f098ec080 (diff) | |
download | lwn-afd17e6debf9494af778a58ec7706da05ede0730.tar.gz lwn-afd17e6debf9494af778a58ec7706da05ede0730.zip |
ASoC: cs35l56: Add support for CS35L54 and CS35L57
The CS35L54 and CS35L57 are Boosted Smart Amplifiers. The CS35L54 has
I2C/SPI control and I2S/TDM audio. The CS35L57 also has SoundWire
control and audio.
The hardware differences between L54, L56 and L57 do not affect the
driver control interface so they can all be handled by the same driver.
Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Message-ID: <20240308135900.603192-2-rf@opensource.cirrus.com>
Diffstat (limited to 'include/sound')
-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 b24716ab2750..5fda814776b9 100644 --- a/include/sound/cs35l56.h +++ b/include/sound/cs35l56.h @@ -257,6 +257,7 @@ struct cs35l56_base { struct regmap *regmap; int irq; struct mutex irq_lock; + u8 type; u8 rev; bool init_done; bool fw_patched; |