[PATCH v2] soundwire: intel_auxdevice: Add cs42l43b to wake_capable_list

Charles Keepax posted 1 patch 1 month, 2 weeks ago
drivers/soundwire/intel_auxdevice.c | 2 ++
1 file changed, 2 insertions(+)
[PATCH v2] soundwire: intel_auxdevice: Add cs42l43b to wake_capable_list
Posted by Charles Keepax 1 month, 2 weeks ago
Add cs42l43b (both packaging options) to the wake_capable_list
because it can generate jack events whilst the bus is stopped.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
---

Changes since v1:
 - Add support for the QFN package of cs42l43b which will actually have
   a different part number.

 drivers/soundwire/intel_auxdevice.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/soundwire/intel_auxdevice.c b/drivers/soundwire/intel_auxdevice.c
index 913e95207ee1a..ee951be154657 100644
--- a/drivers/soundwire/intel_auxdevice.c
+++ b/drivers/soundwire/intel_auxdevice.c
@@ -51,6 +51,8 @@ struct wake_capable_part {
 };
 
 static struct wake_capable_part wake_capable_list[] = {
+	{0x01fa, 0x2A30},
+	{0x01fa, 0x2A3B},
 	{0x01fa, 0x4243},
 	{0x01fa, 0x4245},
 	{0x01fa, 0x4249},
-- 
2.47.3
Re: [PATCH v2] soundwire: intel_auxdevice: Add cs42l43b to wake_capable_list
Posted by Vinod Koul 1 month, 2 weeks ago
On Wed, 29 Apr 2026 16:36:14 +0100, Charles Keepax wrote:
> Add cs42l43b (both packaging options) to the wake_capable_list
> because it can generate jack events whilst the bus is stopped.
> 
> 

Applied, thanks!

[1/1] soundwire: intel_auxdevice: Add cs42l43b to wake_capable_list
      commit: be6d8daaab654e9b0a8508757534d556d399d0cd

Best regards,
-- 
~Vinod
Re: [PATCH v2] soundwire: intel_auxdevice: Add cs42l43b to wake_capable_list
Posted by Pierre-Louis Bossart 1 month, 2 weeks ago
On 4/29/26 17:36, Charles Keepax wrote:
> Add cs42l43b (both packaging options) to the wake_capable_list
> because it can generate jack events whilst the bus is stopped.
> 
> Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
> ---

Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev>

> 
> Changes since v1:
>  - Add support for the QFN package of cs42l43b which will actually have
>    a different part number.
> 
>  drivers/soundwire/intel_auxdevice.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/soundwire/intel_auxdevice.c b/drivers/soundwire/intel_auxdevice.c
> index 913e95207ee1a..ee951be154657 100644
> --- a/drivers/soundwire/intel_auxdevice.c
> +++ b/drivers/soundwire/intel_auxdevice.c
> @@ -51,6 +51,8 @@ struct wake_capable_part {
>  };
>  
>  static struct wake_capable_part wake_capable_list[] = {
> +	{0x01fa, 0x2A30},
> +	{0x01fa, 0x2A3B},
>  	{0x01fa, 0x4243},
>  	{0x01fa, 0x4245},
>  	{0x01fa, 0x4249},