soundwire: intel_auxdevice: add rt721 codec to wake_capable_list

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>
This commit is contained in:
Naveen Manohar 2025-06-26 14:09:37 +08:00 committed by Vinod Koul
parent ae6a0f5b8a
commit 8168dba757
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ static struct wake_capable_part wake_capable_list[] = {
{0x025d, 0x715}, {0x025d, 0x715},
{0x025d, 0x716}, {0x025d, 0x716},
{0x025d, 0x717}, {0x025d, 0x717},
{0x025d, 0x721},
{0x025d, 0x722}, {0x025d, 0x722},
}; };