]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
soundwire: intel_auxdevice: add rt721 codec to wake_capable_list
authorNaveen Manohar <naveen.m@intel.com>
Thu, 26 Jun 2025 06:09:37 +0000 (14:09 +0800)
committerVinod Koul <vkoul@kernel.org>
Thu, 26 Jun 2025 20:51:41 +0000 (13:51 -0700)
rt721 has wake capability. Add it to the wake_capable_list.

Signed-off-by: Naveen Manohar <naveen.m@intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://lore.kernel.org/r/20250626060937.405978-1-yung-chuan.liao@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/intel_auxdevice.c

index 10a602d4843ae8d390d5c678ce9e950cb7afd097..6df2601fff9099634ba24edf2eb52b49f79e237e 100644 (file)
@@ -65,6 +65,7 @@ static struct wake_capable_part wake_capable_list[] = {
        {0x025d, 0x715},
        {0x025d, 0x716},
        {0x025d, 0x717},
+       {0x025d, 0x721},
        {0x025d, 0x722},
 };