]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ALSA: hda/realtek - Fixed Dell AIO speaker noise
authorKailang Yang <kailang@realtek.com>
Tue, 7 May 2019 03:58:31 +0000 (11:58 +0800)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 14 May 2019 12:57:45 +0000 (14:57 +0200)
commitfde563b0ae34b0e699281148277b3577a4a1bf2e
tree4060e71788bd2b154b3e305d9ebf19ea95c4ec8f
parent770b52601333be3123c967cf5ed5eab9e01b08fc
ALSA: hda/realtek - Fixed Dell AIO speaker noise

BugLink: https://bugs.launchpad.net/bugs/1827972
Fixed Dell AIO speaker noise.
spec->gen.auto_mute_via_amp = 1, this option was solved speaker white
noise at boot.
codec->power_save_node = 0, this option was solved speaker noise at
resume back.

Fixes: 9226665159f0 ("ALSA: hda/realtek - Fix Dell AIO LineOut issue")
Signed-off-by: Kailang Yang <kailang@realtek.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
(cherry picked from commit 0700d3d117a7f110ddddbd83873e13652f69c54b)
Signed-off-by: Hui Wang <hui.wang@canonical.com>
Acked-by: Connor Kuehl <connor.kuehl@canonical.com>
Acked-by: Kleber Souza <kleber.souza@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
sound/pci/hda/patch_realtek.c