]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
Revert "UBUNTU: SAUCE: ALSA: hda/realtek - Dell headphone has noise on unmute for...
authorConnor Kuehl <connor.kuehl@canonical.com>
Fri, 13 Dec 2019 17:18:17 +0000 (09:18 -0800)
committerMarcelo Henrique Cerri <marcelo.cerri@canonical.com>
Fri, 17 Jan 2020 17:23:23 +0000 (14:23 -0300)
BugLink: https://bugs.launchpad.net/bugs/1856334
This reverts commit 2246ade1bb6d85f551aed56df5a939a5a148207f in favor of
the upstream stable version.

Signed-off-by: Connor Kuehl <connor.kuehl@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
sound/pci/hda/patch_realtek.c

index cab2be261fdf8abe778f79dcff545460cf043e59..6e2a1f828bfea5166ab49f16c78da554961fdbde 100644 (file)
@@ -367,7 +367,9 @@ static void alc_fill_eapd_coef(struct hda_codec *codec)
        case 0x10ec0215:
        case 0x10ec0233:
        case 0x10ec0235:
+       case 0x10ec0236:
        case 0x10ec0255:
+       case 0x10ec0256:
        case 0x10ec0257:
        case 0x10ec0282:
        case 0x10ec0283:
@@ -379,11 +381,6 @@ static void alc_fill_eapd_coef(struct hda_codec *codec)
        case 0x10ec0300:
                alc_update_coef_idx(codec, 0x10, 1<<9, 0);
                break;
-       case 0x10ec0236:
-       case 0x10ec0256:
-               alc_write_coef_idx(codec, 0x36, 0x5757);
-               alc_update_coef_idx(codec, 0x10, 1<<9, 0);
-               break;
        case 0x10ec0275:
                alc_update_coef_idx(codec, 0xe, 0, 1<<0);
                break;