diff options
| author | Zhang Yi <zhangyi@everest-semi.com> | 2026-05-14 10:52:06 +0300 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2026-05-14 17:55:41 +0300 |
| commit | 4e90368e8680d9ddcb06f82f2e63cbbcf21cef2c (patch) | |
| tree | 6140facbd19220af275becfe6298797265946a8c | |
| parent | 35a5ab8ef7f0f00b30eab9d917f3f0f4a2bec5d6 (diff) | |
| download | linux-4e90368e8680d9ddcb06f82f2e63cbbcf21cef2c.tar.xz | |
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>
| -rw-r--r-- | drivers/soundwire/intel_auxdevice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soundwire/intel_auxdevice.c b/drivers/soundwire/intel_auxdevice.c index ee951be15465..0b8107bec9ab 100644 --- a/drivers/soundwire/intel_auxdevice.c +++ b/drivers/soundwire/intel_auxdevice.c @@ -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) |
