Skip to content

Commit be6d8da

Browse files
charleskeepaxvinodkoul
authored andcommitted
soundwire: intel_auxdevice: Add cs42l43b to wake_capable_list
Add cs42l43b (both packaging options) 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> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev> Link: https://patch.msgid.link/20260429153614.741899-1-ckeepax@opensource.cirrus.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 9a0afdd commit be6d8da

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/soundwire/intel_auxdevice.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ struct wake_capable_part {
5151
};
5252

5353
static struct wake_capable_part wake_capable_list[] = {
54+
{0x01fa, 0x2A30},
55+
{0x01fa, 0x2A3B},
5456
{0x01fa, 0x4243},
5557
{0x01fa, 0x4245},
5658
{0x01fa, 0x4249},

0 commit comments

Comments
 (0)