]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: SDCA: Add CS47L47 to class driver
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Mon, 23 Feb 2026 15:02:56 +0000 (15:02 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 24 Feb 2026 15:53:43 +0000 (15:53 +0000)
Add the SoundWire ID for CS47L47 to the class driver.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev>
Link: https://patch.msgid.link/20260223150256.326143-4-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sdca/sdca_class.c

index 918b638acb5774d79aad7fdcdafb7c70bafc3f14..55c33ff63ca2138005a6425479d39b8a5210169a 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, 0x4747, 0),
        {}
 };
 MODULE_DEVICE_TABLE(sdw, class_sdw_id);