summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2026-03-13 19:08:57 +0300
committerMark Brown <broonie@kernel.org>2026-03-16 04:09:01 +0300
commit7699b12a32b99437dc270cc7ee603b608860679f (patch)
tree82de72ce3ce5710005369bec7e56fcde5c8864fd
parent00da2edc646c851114c78affdc3e34a089136d8a (diff)
downloadlinux-7699b12a32b99437dc270cc7ee603b608860679f.tar.xz
ASoC: SDCA: Add support for the Cirrus Logic cs42l49
The cs42l49 is an audio codec with integrated MIPI SoundWire interface (Version 1.2.1 compliant) with SDCA v1.0 support, I2C, and I2S/TDM interfaces designed for portable applications. Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://patch.msgid.link/20260313160858.2022849-2-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/sdca/sdca_class.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sdca/sdca_class.c b/sound/soc/sdca/sdca_class.c
index 55c33ff63ca2..7af4e5d1b347 100644
--- a/sound/soc/sdca/sdca_class.c
+++ b/sound/soc/sdca/sdca_class.c
@@ -317,6 +317,7 @@ static const struct dev_pm_ops class_pm_ops = {
static const struct sdw_device_id class_sdw_id[] = {
SDW_SLAVE_ENTRY(0x01FA, 0x4245, 0),
+ SDW_SLAVE_ENTRY(0x01FA, 0x4249, 0),
SDW_SLAVE_ENTRY(0x01FA, 0x4747, 0),
{}
};