soundwire: intel_auxdevice: Add cs42l49 to wake_capable_list
The Cirrus Logic cs42l49 codec can generate Jack events so add it to the wake-capable list. Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://patch.msgid.link/20260313155428.1934196-1-ckeepax@opensource.cirrus.com Signed-off-by: Vinod Koul <vkoul@kernel.org>master
parent
cbfea84f82
commit
b8f2d65fec
|
|
@ -53,6 +53,7 @@ struct wake_capable_part {
|
|||
static struct wake_capable_part wake_capable_list[] = {
|
||||
{0x01fa, 0x4243},
|
||||
{0x01fa, 0x4245},
|
||||
{0x01fa, 0x4249},
|
||||
{0x01fa, 0x4747},
|
||||
{0x025d, 0x5682},
|
||||
{0x025d, 0x700},
|
||||
|
|
|
|||
Loading…
Reference in New Issue