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 <[email protected]> Reviewed-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 518aee3 commit fe600c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)