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

Bard Liao posted 1 patch 3 weeks, 4 days ago
drivers/soundwire/intel_auxdevice.c | 2 ++
1 file changed, 2 insertions(+)
[PATCH] soundwire: intel_auxdevice: add tac5xx2 family to wake_capable_list
Posted by Bard Liao 3 weeks, 4 days ago
From: Niranjan H Y <niranjan.hy@ti.com>

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@ti.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
---
 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
Re: [PATCH] soundwire: intel_auxdevice: add tac5xx2 family to wake_capable_list
Posted by Vinod Koul 3 weeks, 3 days ago
On Tue, 01 Sep 2026 09:28:12 +0800, Bard Liao wrote:
> Add tac5572, tac5682 to the wake_capable_list as it can generate jack
> events whilst the bus is stopped.
> 
> 

Applied, thanks!

[1/1] soundwire: intel_auxdevice: add tac5xx2 family to wake_capable_list
      commit: 1d4d3198ccce18ec1d58ac41c47e7b2aabba2e94

Best regards,
-- 
~Vinod