]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
soundwire: intel_auxdevice: add cs42l43 codec to wake_capable_list
authorBard Liao <yung-chuan.liao@linux.intel.com>
Fri, 5 Jul 2024 11:43:05 +0000 (11:43 +0000)
committerVinod Koul <vkoul@kernel.org>
Tue, 9 Jul 2024 13:39:31 +0000 (19:09 +0530)
cs42l43 has wake capability. Add it to the wake_capable_list.

Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20240705114305.160233-1-yung-chuan.liao@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/intel_auxdevice.c

index 54cb455ed8706e5b0d041d305bdb165268b8fa3e..b109fa84d7549bbc4a108b53c292d2c2ae3085f4 100644 (file)
@@ -47,6 +47,7 @@ struct wake_capable_part {
 };
 
 static struct wake_capable_part wake_capable_list[] = {
+       {0x01fa, 0x4243},
        {0x025d, 0x5682},
        {0x025d, 0x700},
        {0x025d, 0x711},