[PATCH] soundwire: intel_auxdevice: add tac5xx2 family to wake_capable_list

From: Bard Liao

Date: Mon Aug 31 2026 - 21:33:14 EST


From: Niranjan H Y <niranjan.hy@xxxxxx>

Add tac5572, tac5682 to the wake_capable_list as it can generate jack
events whilst the bus is stopped.

Signed-off-by: Niranjan H Y <niranjan.hy@xxxxxx>
Signed-off-by: Bard Liao <yung-chuan.liao@xxxxxxxxxxxxxxx>
---
drivers/soundwire/intel_auxdevice.c | 2 ++
1 file changed, 2 insertions(+)

diff --git a/drivers/soundwire/intel_auxdevice.c b/drivers/soundwire/intel_auxdevice.c
index a8407560bf4f..f5124621c52f 100644
--- a/drivers/soundwire/intel_auxdevice.c
+++ b/drivers/soundwire/intel_auxdevice.c
@@ -74,6 +74,8 @@ static struct wake_capable_part wake_capable_list[] = {
{0x025d, 0x721},
{0x025d, 0x722},
{0x04b3, 0x9356},
+ {0x0102, 0x5572},
+ {0x0102, 0x5682},
};

static bool is_wake_capable(struct sdw_slave *slave)
--
2.43.0