Skip to content

Commit 4b8fc2b

Browse files
rfvirgilvinodkoul
authored andcommitted
soundwire: intel_auxdevice: Add CS47L47 to wake_capable_list
The Cirrus Logic CS47L47 codec can generate Jack events so add it to the wake-capable list. Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev> Link: https://patch.msgid.link/20260223150256.326143-2-rf@opensource.cirrus.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent de67b4e commit 4b8fc2b

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, 0x4747},
5657
{0x025d, 0x5682},
5758
{0x025d, 0x700},
5859
{0x025d, 0x711},

0 commit comments

Comments
 (0)