Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Charles Keepax and committed by
Mark Brown
7699b12a 00da2edc

+1
+1
sound/soc/sdca/sdca_class.c
··· 317 317 318 318 static const struct sdw_device_id class_sdw_id[] = { 319 319 SDW_SLAVE_ENTRY(0x01FA, 0x4245, 0), 320 + SDW_SLAVE_ENTRY(0x01FA, 0x4249, 0), 320 321 SDW_SLAVE_ENTRY(0x01FA, 0x4747, 0), 321 322 {} 322 323 };