Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

soundwire: intel_auxdevice: add cs42l45 codec to wake_capable_list

Add cs42l45 to the wake_capable_list because it can generate jack events
whilst the bus is stopped.

Signed-off-by: Maciej Strozek <mstrozek@opensource.cirrus.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20251215151729.3911077-1-ckeepax@opensource.cirrus.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Maciej Strozek and committed by
Vinod Koul
f87e5575 8f0b4cce

+1
+1
drivers/soundwire/intel_auxdevice.c
··· 52 52 53 53 static struct wake_capable_part wake_capable_list[] = { 54 54 {0x01fa, 0x4243}, 55 + {0x01fa, 0x4245}, 55 56 {0x025d, 0x5682}, 56 57 {0x025d, 0x700}, 57 58 {0x025d, 0x711},