From: GitHub issues - opened <github@alsa-project.org>
To: alsa-devel@alsa-project.org
Subject: HP Pavilion 14-ce3xxx (ALC295) – mute LED does not work in Linux
Date: Mon, 6 Apr 2026 17:17:23 +0200 (CEST) [thread overview]
Message-ID: <18a3cd8311e0cf00-webhooks-bot@alsa-project.org> (raw)
In-Reply-To: <18a3cd8311b48b00-webhooks-bot@alsa-project.org>
alsa-project/alsa-utils issue #324 was opened from lakshyaelite:
**Laptop:** HP Pavilion Laptop 14-ce3xxx
**SKU:** 172V6PA#ACJ
**Audio codec:** Realtek ALC295
**Kernel:** 6.17.0-20-generic
**OS:** Linux Mint 22.3 (Ubuntu-based)
#### Problem
The audio mute key works correctly, but the **red mute LED on the keyboard never lights up**.
The LED **works correctly in Windows**, so the hardware itself is functional.
#### What happens in Linux
* Pressing the mute key mutes/unmutes audio normally.
* The mute LED does not turn on when muted.
#### System information
```
lakshya@lakshya-HP-Pavilion-Laptop-14-ce3xxx:~$ uname -r
6.17.0-20-generic
lakshya@lakshya-HP-Pavilion-Laptop-14-ce3xxx:~$ cat /sys/class/dmi/id/product_name
HP Pavilion Laptop 14-ce3xxx
lakshya@lakshya-HP-Pavilion-Laptop-14-ce3xxx:~$ cat /sys/class/dmi/id/product_sku
172V6PA#ACJ
lakshya@lakshya-HP-Pavilion-Laptop-14-ce3xxx:~$ cat /proc/asound/card*/codec* | grep Codec
Codec: Realtek ALC295
Codec: Intel Icelake HDMI
lakshya@lakshya-HP-Pavilion-Laptop-14-ce3xxx:~$ ls /sys/class/leds
enp6s0-0::lan hda::micmute input3::capslock phy0-led
enp6s0-1::lan hda::mute input3::numlock
enp6s0-2::lan hp::hddprotect input3::scrolllock
```
#### dmesg excerpt
```
lakshya@lakshya-HP-Pavilion-Laptop-14-ce3xxx:~$ dmesg | grep -i alc
[ 0.078833] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.089069] Calibrating delay loop (skipped), value calculated using timer frequency.. 2380.80 BogoMIPS (lpj=1190400)
[ 4.773630] snd_hda_codec_alc269 hdaudioC0D0: ALC295: picked fixup hp-gpio-led (model specified)
[ 4.775205] snd_hda_codec_alc269 hdaudioC0D0: autoconfig for ALC295: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 4.775220] snd_hda_codec_alc269 hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 4.775226] snd_hda_codec_alc269 hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 4.775231] snd_hda_codec_alc269 hdaudioC0D0: mono: mono_out=0x0
[ 4.775235] snd_hda_codec_alc269 hdaudioC0D0: inputs:
[ 4.775241] snd_hda_codec_alc269 hdaudioC0D0: Internal Mic=0x12
[ 4.775246] snd_hda_codec_alc269 hdaudioC0D0: Mic=0x19
lakshya@lakshya-HP-Pavilion-Laptop-14-ce3xxx:~$ dmesg | grep -i hda
[ 4.706427] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 4.706882] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
[ 4.773630] snd_hda_codec_alc269 hdaudioC0D0: ALC295: picked fixup hp-gpio-led (model specified)
[ 4.775205] snd_hda_codec_alc269 hdaudioC0D0: autoconfig for ALC295: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 4.775220] snd_hda_codec_alc269 hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 4.775226] snd_hda_codec_alc269 hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 4.775231] snd_hda_codec_alc269 hdaudioC0D0: mono: mono_out=0x0
[ 4.775235] snd_hda_codec_alc269 hdaudioC0D0: inputs:
[ 4.775241] snd_hda_codec_alc269 hdaudioC0D0: Internal Mic=0x12
[ 4.775246] snd_hda_codec_alc269 hdaudioC0D0: Mic=0x19
[ 5.501057] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 5.501119] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[ 5.501174] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[ 5.501230] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[ 5.501269] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[ 5.501307] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
```
#### Notes
* `hda::mute` LED device exists but does not control the physical LED.
* The LED worked correctly when the laptop was running Windows.
This laptop may require a **specific ALC295 mute-LED quirk or DMI entry**.
Issue URL : https://github.com/alsa-project/alsa-utils/issues/324
Repository URL: https://github.com/alsa-project/alsa-utils
parent reply other threads:[~2026-04-06 15:18 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <18a3cd8311b48b00-webhooks-bot@alsa-project.org>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=18a3cd8311e0cf00-webhooks-bot@alsa-project.org \
--to=github@alsa-project.org \
--cc=alsa-devel@alsa-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.