]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
soundwire: intel_auxdevice: add cs42l45 codec to wake_capable_list
authorMaciej Strozek <mstrozek@opensource.cirrus.com>
Mon, 15 Dec 2025 15:17:29 +0000 (15:17 +0000)
committerVinod Koul <vkoul@kernel.org>
Tue, 16 Dec 2025 09:08:38 +0000 (14:38 +0530)
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>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20251215151729.3911077-1-ckeepax@opensource.cirrus.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/intel_auxdevice.c

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