mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
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:
parent
00da2edc64
commit
7699b12a32
|
|
@ -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),
|
||||
{}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user