]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
soundwire: intel_auxdevice: Add cs42l43b to wake_capable_list
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Wed, 29 Apr 2026 15:36:14 +0000 (16:36 +0100)
committerVinod Koul <vkoul@kernel.org>
Sun, 3 May 2026 16:28:14 +0000 (21:58 +0530)
Add cs42l43b (both packaging options) to the wake_capable_list
because it can generate jack events whilst the bus is stopped.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev>
Link: https://patch.msgid.link/20260429153614.741899-1-ckeepax@opensource.cirrus.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/intel_auxdevice.c

index 913e95207ee1a46f39e5646194331a53f1e7eeb0..ee951be15465770f86c5b782243a7fbc6c7523c9 100644 (file)
@@ -51,6 +51,8 @@ struct wake_capable_part {
 };
 
 static struct wake_capable_part wake_capable_list[] = {
+       {0x01fa, 0x2A30},
+       {0x01fa, 0x2A3B},
        {0x01fa, 0x4243},
        {0x01fa, 0x4245},
        {0x01fa, 0x4249},