Skip to content

Commit f87e557

Browse files
mstrozekvinodkoul
authored andcommitted
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>
1 parent 8f0b4cc commit f87e557

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/soundwire/intel_auxdevice.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ struct wake_capable_part {
5252

5353
static struct wake_capable_part wake_capable_list[] = {
5454
{0x01fa, 0x4243},
55+
{0x01fa, 0x4245},
5556
{0x025d, 0x5682},
5657
{0x025d, 0x700},
5758
{0x025d, 0x711},

0 commit comments

Comments
 (0)