]> git.hungrycats.org Git - linux/commitdiff
ASoC: rt766: add RT766/RT767 VA1 device IDs
authorShuming Fan <shumingf@realtek.com>
Mon, 24 Aug 2026 10:39:36 +0000 (18:39 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 24 Aug 2026 13:06:11 +0000 (14:06 +0100)
This patch adds the RT766/RT767 VA1 device IDs, which support SoundWire v1.3.

Signed-off-by: Shuming Fan <shumingf@realtek.com>
Link: https://patch.msgid.link/20260824103936.3524080-1-shumingf@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt766-sdca-sdw.c

index 5d60c3bcc6cd1d5eb748435b869aa01fcd90c938..8e76bf725cccf37610de463c4c494b428453d855 100644 (file)
@@ -233,6 +233,8 @@ static void rt766_sdca_sdw_remove(struct sdw_slave *slave)
 static const struct sdw_device_id rt766_sdca_id[] = {
        SDW_SLAVE_ENTRY_EXT(0x025d, 0x766, 0x3, 0x1, 0),
        SDW_SLAVE_ENTRY_EXT(0x025d, 0x767, 0x3, 0x1, 0),
+       SDW_SLAVE_ENTRY_EXT(0x025d, 0x766, 0x4, 0x1, 0),
+       SDW_SLAVE_ENTRY_EXT(0x025d, 0x767, 0x4, 0x1, 0),
        {},
 };
 MODULE_DEVICE_TABLE(sdw, rt766_sdca_id);