From: Charles Keepax Date: Fri, 13 Mar 2026 16:08:57 +0000 (+0000) Subject: ASoC: SDCA: Add support for the Cirrus Logic cs42l49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7699b12a32b99437dc270cc7ee603b608860679f;p=thirdparty%2Flinux.git 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 Link: https://patch.msgid.link/20260313160858.2022849-2-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/sdca/sdca_class.c b/sound/soc/sdca/sdca_class.c index 55c33ff63ca21..7af4e5d1b347f 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), {} };