]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: hda/realtek: Fix Internal Speaker and Mic boost of Infinix Y4 Max
authorDinesh Kumar <desikumar81@gmail.com>
Mon, 25 Nov 2024 09:28:42 +0000 (14:58 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2024 18:51:18 +0000 (19:51 +0100)
commit0ac6cd6133a1492f3a619c8f270ef93f06c90cd1
tree20d09924c479efe7fe8b86ad732ab2fcd9826930
parentad78a3a11e66adf518132eadfee60da335e0cdc1
ALSA: hda/realtek: Fix Internal Speaker and Mic boost of Infinix Y4 Max

commit 5ebe792a5139f1ce6e4aed22bef12e7e2660df96 upstream.

Internal Speaker of Infinix Y4 Max remains muted due to incorrect
Pin configuration, and the Internal Mic records high noise. This patch
corrects the Pin configuration for the Internal Speaker and limits
the Internal Mic boost.
HW Probe for device: https://linux-hardware.org/?probe=6d4386c347
Test: Internal Speaker works fine, Mic has low noise.

Signed-off-by: Dinesh Kumar <desikumar81@gmail.com>
Cc: <stable@vger.kernel.org>
Link: https://patch.msgid.link/20241125092842.13208-1-desikumar81@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_realtek.c