[PATCH 0/2] Add ASUS ExpertBook mute LED support

patryk.dankow@protonmail.com posted 2 patches 1 week, 2 days ago
drivers/platform/x86/asus-wmi.c            | 26 +++++++++++++++++++++-
include/linux/platform_data/x86/asus-wmi.h |  1 +
sound/hda/codecs/realtek/alc269.c          | 18 ++++++++++++++-
3 files changed, 43 insertions(+), 2 deletions(-)
[PATCH 0/2] Add ASUS ExpertBook mute LED support
Posted by patryk.dankow@protonmail.com 1 week, 2 days ago
From: Patryk Dańków <patryk.dankow@protonmail.com>

This series adds speaker mute LED support for the ASUS ExpertBook
PM3406CKA.

The first patch adds the ASUS WMI mute LED endpoint and registers it as
the platform::mute LED using the audio-mute trigger.

The second patch enables vmaster mute LED handling for the PM3406CKA in
the Realtek HDA codec driver. The existing CS35L41 I2C fixup is retained
by chaining the new fixup to it.

The WMI device ID 0x0004001c is present in the PM3406CKA DSDT and is also
used by GHelper for controlling the same LED.

Tested on ASUS ExpertBook PM3406CKA.

Patryk Dańków (2):
  platform/x86: asus-wmi: Add mute LED support
  ALSA: hda/realtek: Add mute LED support for ASUS PM3406CKA

 drivers/platform/x86/asus-wmi.c            | 26 +++++++++++++++++++++-
 include/linux/platform_data/x86/asus-wmi.h |  1 +
 sound/hda/codecs/realtek/alc269.c          | 18 ++++++++++++++-
 3 files changed, 43 insertions(+), 2 deletions(-)


base-commit: 2f0c1cf72f4682178506f513bbf015e591b1aa4a
-- 
2.55.0
Re: [PATCH 0/2] Add ASUS ExpertBook mute LED support
Posted by Ilpo Järvinen 6 days, 11 hours ago
On Tue, 15 Sep 2026 17:41:20 +0000, patryk.dankow@protonmail.com wrote:

> This series adds speaker mute LED support for the ASUS ExpertBook
> PM3406CKA.
> 
> The first patch adds the ASUS WMI mute LED endpoint and registers it as
> the platform::mute LED using the audio-mute trigger.
> 
> The second patch enables vmaster mute LED handling for the PM3406CKA in
> the Realtek HDA codec driver. The existing CS35L41 I2C fixup is retained
> by chaining the new fixup to it.
> 
> [...]

Thank you for your contribution, it has been applied to my local
review-ilpo-next branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-next branch only once I've pushed my
local branch there, which might take a while.

FYI [if applicable to your patch], as per Linus' policy change, also
fixes are mostly routed through for-next unless the fix is for a
commit introduced in the most recent cycle or is clearly a regression
fix.

The list of commits applied:
[1/2] platform/x86: asus-wmi: Add mute LED support
      commit: d95982b2ea3453998466efe1e7e06fee7392e800
[2/2] ALSA: hda/realtek: Add mute LED support for ASUS PM3406CKA
      (no commit info)

--
 i.