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>
This commit is contained in:
Charles Keepax 2026-03-13 16:08:57 +00:00 committed by Mark Brown
parent 00da2edc64
commit 7699b12a32
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View 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),
{}
};