]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
soundwire: intel_auxdevice: Add cs42l49 to wake_capable_list
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Fri, 13 Mar 2026 15:54:28 +0000 (15:54 +0000)
committerVinod Koul <vkoul@kernel.org>
Tue, 17 Mar 2026 09:51:57 +0000 (15:21 +0530)
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>
drivers/soundwire/intel_auxdevice.c

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