summaryrefslogtreecommitdiffstats
path: root/drivers/soundwire
diff options
context:
space:
mode:
authorBard Liao <yung-chuan.liao@linux.intel.com>2024-07-05 13:43:05 +0200
committerVinod Koul <vkoul@kernel.org>2024-07-09 15:39:31 +0200
commitfe600c8e2dc5dde62aefc73cb1cdcc5bff3dfed7 (patch)
tree1f1664c51067113b3666ea041947165d2274f545 /drivers/soundwire
parentdrivers:soundwire: qcom: cleanup port maask calculations (diff)
downloadlinux-fe600c8e2dc5dde62aefc73cb1cdcc5bff3dfed7.tar.xz
linux-fe600c8e2dc5dde62aefc73cb1cdcc5bff3dfed7.zip
soundwire: intel_auxdevice: add cs42l43 codec to wake_capable_list
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>
Diffstat (limited to 'drivers/soundwire')
-rw-r--r--drivers/soundwire/intel_auxdevice.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soundwire/intel_auxdevice.c b/drivers/soundwire/intel_auxdevice.c
index 54cb455ed870..b109fa84d754 100644
--- a/drivers/soundwire/intel_auxdevice.c
+++ b/drivers/soundwire/intel_auxdevice.c
@@ -47,6 +47,7 @@ struct wake_capable_part {
};
static struct wake_capable_part wake_capable_list[] = {
+ {0x01fa, 0x4243},
{0x025d, 0x5682},
{0x025d, 0x700},
{0x025d, 0x711},