soundwire: intel_auxdevice: Add es9356 to wake_capable_list

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>
This commit is contained in:
Zhang Yi
2026-05-14 15:52:06 +08:00
committed by Vinod Koul
parent 35a5ab8ef7
commit 4e90368e86

View 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)