]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
soundwire: intel_auxdevice: Add CS47L47 to wake_capable_list
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Mon, 23 Feb 2026 15:02:54 +0000 (15:02 +0000)
committerVinod Koul <vkoul@kernel.org>
Wed, 25 Feb 2026 07:54:09 +0000 (13:24 +0530)
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>
drivers/soundwire/intel_auxdevice.c

index 8752b0e3ce74c328f07a4b1fe82d034b06a99e34..9b92ffdfc73b705f725b25a4e129eac6eb4d9a6f 100644 (file)
@@ -53,6 +53,7 @@ struct wake_capable_part {
 static struct wake_capable_part wake_capable_list[] = {
        {0x01fa, 0x4243},
        {0x01fa, 0x4245},
+       {0x01fa, 0x4747},
        {0x025d, 0x5682},
        {0x025d, 0x700},
        {0x025d, 0x711},