]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
soundwire: intel_auxdevice: Add es9356 to wake_capable_list
authorZhang Yi <zhangyi@everest-semi.com>
Thu, 14 May 2026 07:52:06 +0000 (15:52 +0800)
committerVinod Koul <vkoul@kernel.org>
Thu, 14 May 2026 14:55:41 +0000 (20:25 +0530)
Add es9356 to the wake_capable_list
because it can generate jack events whilst the bus is stopped

Signed-off-by: Zhang Yi <zhangyi@everest-semi.com>
Link: https://patch.msgid.link/20260514075206.3483-7-zhangyi@everest-semi.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/intel_auxdevice.c

index ee951be15465770f86c5b782243a7fbc6c7523c9..0b8107bec9abe168064410b0611b55b66380df9b 100644 (file)
@@ -72,6 +72,7 @@ static struct wake_capable_part wake_capable_list[] = {
        {0x025d, 0x717},
        {0x025d, 0x721},
        {0x025d, 0x722},
+       {0x04b3, 0x9356},
 };
 
 static bool is_wake_capable(struct sdw_slave *slave)