Skip to content

Commit 849c2ff

Browse files
mstrozekcharleskeepax
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> Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
1 parent 636ca2d commit 849c2ff

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)