]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ALSA: hda/realtek: Fix silent headphone output on ASUS UX430UA
authorTakashi Iwai <tiwai@suse.de>
Tue, 4 May 2021 08:20:57 +0000 (10:20 +0200)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Thu, 15 Jul 2021 17:22:08 +0000 (19:22 +0200)
commite51afa850d968943b854b5766723ae44b1280c40
treead98bb1794796af355c14b6d3a904759acbb8391
parent64499a8d13907706e50afcbaf0aa8d9447e9247a
ALSA: hda/realtek: Fix silent headphone output on ASUS UX430UA

BugLink: https://bugs.launchpad.net/bugs/1931896
commit 8eedd3a70a70f51fa963f3ad7fa97afd0c75bd44 upstream.

It was reported that the headphone output on ASUS UX430UA (SSID
1043:1740) with ALC295 codec is silent while the speaker works.
After the investigation, it turned out that the DAC assignment has to
be fixed on this machine; unlike others, it expects DAC 0x02 to be
assigned to the speaker pin 0x07 while DAC 0x03 to headphone pin
0x21.

This patch provides a fixup for the fixed DAC/pin mapping for this
device.

BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=212933
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20210504082057.6913-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Kelsey Skunberg <kelsey.skunberg@canonical.com>
sound/pci/hda/patch_realtek.c