Skip to content

Commit b8f2d65

Browse files
charleskeepaxvinodkoul
authored andcommitted
soundwire: intel_auxdevice: Add cs42l49 to wake_capable_list
The Cirrus Logic cs42l49 codec can generate Jack events so add it to the wake-capable list. Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://patch.msgid.link/20260313155428.1934196-1-ckeepax@opensource.cirrus.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent cbfea84 commit b8f2d65

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
@@ -53,6 +53,7 @@ struct wake_capable_part {
5353
static struct wake_capable_part wake_capable_list[] = {
5454
{0x01fa, 0x4243},
5555
{0x01fa, 0x4245},
56+
{0x01fa, 0x4249},
5657
{0x01fa, 0x4747},
5758
{0x025d, 0x5682},
5859
{0x025d, 0x700},

0 commit comments

Comments
 (0)