summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2018-08-24 13:33:42 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2018-08-24 13:33:42 -0400
commit9ad18cd0df530be6d76e55ef368e57159cca3a9c (patch)
tree5682c5099563cb17b663304da4fce5fec5992005
parent94e759fcc6e0a19afe3857465991063ff139d462 (diff)
downloadlongterm-queue-4.12-9ad18cd0df530be6d76e55ef368e57159cca3a9c.tar.gz
alsa: drop patch n/a for 4.12
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/ALSA-hda-Fix-missing-COEF-init-for-ALC225-295-299.patch52
-rw-r--r--queue/series1
2 files changed, 0 insertions, 53 deletions
diff --git a/queue/ALSA-hda-Fix-missing-COEF-init-for-ALC225-295-299.patch b/queue/ALSA-hda-Fix-missing-COEF-init-for-ALC225-295-299.patch
deleted file mode 100644
index ebeb48a..0000000
--- a/queue/ALSA-hda-Fix-missing-COEF-init-for-ALC225-295-299.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-From 44be77c590f381bc629815ac789b8b15ecc4ddcf Mon Sep 17 00:00:00 2001
-From: Takashi Iwai <tiwai@suse.de>
-Date: Wed, 27 Dec 2017 08:53:59 +0100
-Subject: [PATCH] ALSA: hda - Fix missing COEF init for ALC225/295/299
-
-commit 44be77c590f381bc629815ac789b8b15ecc4ddcf upstream.
-
-There was a long-standing problem on HP Spectre X360 with Kabylake
-where it lacks of the front speaker output in some situations. Also
-there are other products showing the similar behavior. The culprit
-seems to be the missing COEF setup on ALC codecs, ALC225/295/299,
-which are all compatible.
-
-This patch adds the proper COEF setup (to initialize idx 0x67 / bits
-0x3000) for addressing the issue.
-
-Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=195457
-Cc: <stable@vger.kernel.org>
-Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
-diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
-index 1522ba31e16d..8fd2d9c62c96 100644
---- a/sound/pci/hda/patch_realtek.c
-+++ b/sound/pci/hda/patch_realtek.c
-@@ -324,8 +324,12 @@ static void alc_fill_eapd_coef(struct hda_codec *codec)
- case 0x10ec0292:
- alc_update_coef_idx(codec, 0x4, 1<<15, 0);
- break;
-- case 0x10ec0215:
- case 0x10ec0225:
-+ case 0x10ec0295:
-+ case 0x10ec0299:
-+ alc_update_coef_idx(codec, 0x67, 0xf000, 0x3000);
-+ /* fallthrough */
-+ case 0x10ec0215:
- case 0x10ec0233:
- case 0x10ec0236:
- case 0x10ec0255:
-@@ -336,10 +340,8 @@ static void alc_fill_eapd_coef(struct hda_codec *codec)
- case 0x10ec0286:
- case 0x10ec0288:
- case 0x10ec0285:
-- case 0x10ec0295:
- case 0x10ec0298:
- case 0x10ec0289:
-- case 0x10ec0299:
- alc_update_coef_idx(codec, 0x10, 1<<9, 0);
- break;
- case 0x10ec0275:
---
-2.15.0
-
diff --git a/queue/series b/queue/series
index d231c3f..3de3ca8 100644
--- a/queue/series
+++ b/queue/series
@@ -15,7 +15,6 @@ ALSA-hda-Drop-useless-WARN_ON.patch
ALSA-hda-Add-MIC_NO_PRESENCE-fixup-for-2-HP-machines.patch
ALSA-hda-change-the-location-for-one-mic-on-a-Lenovo.patch
ALSA-hda-fix-headset-mic-detection-issue-on-a-Dell-m.patch
-ALSA-hda-Fix-missing-COEF-init-for-ALC225-295-299.patch
kbuild-add-fno-stack-check-to-kernel-build-options.patch
ipv4-igmp-guard-against-silly-MTU-values.patch
ipv6-mcast-better-catch-silly-mtu-values.patch