]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: SDCA: Add support for the Cirrus Logic cs42l49
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Fri, 13 Mar 2026 16:08:57 +0000 (16:08 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 16 Mar 2026 01:09:01 +0000 (01:09 +0000)
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>
sound/soc/sdca/sdca_class.c

index 55c33ff63ca2138005a6425479d39b8a5210169a..7af4e5d1b347f828b48c6035903ce85300b495c9 100644 (file)
@@ -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),
        {}
 };