Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Bard Liao and committed by
Vinod Koul
fe600c8e 518aee32

+1
+1
drivers/soundwire/intel_auxdevice.c
··· 47 47 }; 48 48 49 49 static struct wake_capable_part wake_capable_list[] = { 50 + {0x01fa, 0x4243}, 50 51 {0x025d, 0x5682}, 51 52 {0x025d, 0x700}, 52 53 {0x025d, 0x711},