[PATCH] soundwire: intel_auxdevice: Add cs42l49 to wake_capable_list

Charles Keepax posted 1 patch 3 weeks, 3 days ago
drivers/soundwire/intel_auxdevice.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] soundwire: intel_auxdevice: Add cs42l49 to wake_capable_list
Posted by Charles Keepax 3 weeks, 3 days ago
The Cirrus Logic cs42l49 codec can generate Jack events so add it to
the wake-capable list.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
---
 drivers/soundwire/intel_auxdevice.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soundwire/intel_auxdevice.c b/drivers/soundwire/intel_auxdevice.c
index 9b92ffdfc73b7..913e95207ee1a 100644
--- a/drivers/soundwire/intel_auxdevice.c
+++ b/drivers/soundwire/intel_auxdevice.c
@@ -53,6 +53,7 @@ struct wake_capable_part {
 static struct wake_capable_part wake_capable_list[] = {
 	{0x01fa, 0x4243},
 	{0x01fa, 0x4245},
+	{0x01fa, 0x4249},
 	{0x01fa, 0x4747},
 	{0x025d, 0x5682},
 	{0x025d, 0x700},
-- 
2.47.3
Re: [PATCH] soundwire: intel_auxdevice: Add cs42l49 to wake_capable_list
Posted by Vinod Koul 2 weeks, 6 days ago
On Fri, 13 Mar 2026 15:54:28 +0000, Charles Keepax wrote:
> The Cirrus Logic cs42l49 codec can generate Jack events so add it to
> the wake-capable list.
> 
> 

Applied, thanks!

[1/1] soundwire: intel_auxdevice: Add cs42l49 to wake_capable_list
      commit: b8f2d65fec19f3866905ac6ae3deb5c0c9faf162

Best regards,
-- 
~Vinod