mirror of https://github.com/torvalds/linux.git
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:
parent
ae6a0f5b8a
commit
8168dba757
|
|
@ -65,6 +65,7 @@ static struct wake_capable_part wake_capable_list[] = {
|
|||
{0x025d, 0x715},
|
||||
{0x025d, 0x716},
|
||||
{0x025d, 0x717},
|
||||
{0x025d, 0x721},
|
||||
{0x025d, 0x722},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue