[PATCH] soundwire: intel_auxdevice: Add cs42l43b to wake_capable_list

Charles Keepax posted 1 patch 2 months, 2 weeks ago
There is a newer version of this series
drivers/soundwire/intel_auxdevice.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] soundwire: intel_auxdevice: Add cs42l43b to wake_capable_list
Posted by Charles Keepax 2 months, 2 weeks ago
Add cs42l43b to the wake_capable_list because it can generate jack
events whilst the bus is stopped.

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 913e95207ee1a..7a9d023dd9947 100644
--- a/drivers/soundwire/intel_auxdevice.c
+++ b/drivers/soundwire/intel_auxdevice.c
@@ -51,6 +51,7 @@ struct wake_capable_part {
 };
 
 static struct wake_capable_part wake_capable_list[] = {
+	{0x01fa, 0x2A3B},
 	{0x01fa, 0x4243},
 	{0x01fa, 0x4245},
 	{0x01fa, 0x4249},
-- 
2.47.3