mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
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>
This commit is contained in:
parent
35a5ab8ef7
commit
4e90368e86
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user