Skip to content

Commit fe600c8

Browse files
bardliaovinodkoul
authored andcommitted
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>
1 parent 518aee3 commit fe600c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/soundwire/intel_auxdevice.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ struct wake_capable_part {
4747
};
4848

4949
static struct wake_capable_part wake_capable_list[] = {
50+
{0x01fa, 0x4243},
5051
{0x025d, 0x5682},
5152
{0x025d, 0x700},
5253
{0x025d, 0x711},

0 commit comments

Comments
 (0)