]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda - fix the micmute led status for Lenovo ThinkCentre AIO
authorHui Wang <hui.wang@canonical.com>
Mon, 10 Aug 2020 02:16:59 +0000 (10:16 +0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 10 Aug 2020 06:44:49 +0000 (08:44 +0200)
commit386a6539992b82fe9ac4f9dc3f548956fd894d8c
tree78d4bc1155216772d9ed2c77b18cf601c7fceb66
parent14a720dc1f5332f3bdf30a23a3bc549e81be974c
ALSA: hda - fix the micmute led status for Lenovo ThinkCentre AIO

After installing the Ubuntu Linux, the micmute led status is not
correct. Users expect that the led is on if the capture is disabled,
but with the current kernel, the led is off with the capture disabled.

We tried the old linux kernel like linux-4.15, there is no this issue.
It looks like we introduced this issue when switching to the led_cdev.

Cc: <stable@vger.kernel.org>
Signed-off-by: Hui Wang <hui.wang@canonical.com>
Link: https://lore.kernel.org/r/20200810021659.7429-1-hui.wang@canonical.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c