]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
drop broken 4.4 alsa patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Dec 2018 11:40:35 +0000 (12:40 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Dec 2018 11:40:35 +0000 (12:40 +0100)
queue-4.4/alsa-hda-realtek-add-support-for-acer-aspire-c24-860-headset-mic.patch [deleted file]
queue-4.4/alsa-hda-realtek-fix-mic-issue-on-acer-aio-veriton-z4660g.patch [deleted file]
queue-4.4/alsa-hda-realtek-fix-mic-issue-on-acer-aio-veriton-z4860g-z6860g.patch [deleted file]
queue-4.4/series

diff --git a/queue-4.4/alsa-hda-realtek-add-support-for-acer-aspire-c24-860-headset-mic.patch b/queue-4.4/alsa-hda-realtek-add-support-for-acer-aspire-c24-860-headset-mic.patch
deleted file mode 100644 (file)
index c7a00a2..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-From 705b65f107470499442240ff7afee5021a7002a6 Mon Sep 17 00:00:00 2001
-From: Chris Chiu <chiu@endlessm.com>
-Date: Wed, 5 Dec 2018 14:48:54 +0800
-Subject: ALSA: hda/realtek - Add support for Acer Aspire C24-860 headset mic
-
-From: Chris Chiu <chiu@endlessm.com>
-
-commit 705b65f107470499442240ff7afee5021a7002a6 upstream.
-
-The Acer AIO Aspire C24-860 with ALC286 can't detect the headset
-microphone. Just like another Acer AIO U27-880, it needs a different
-pin value for 0x18 and the headset fixup to make headset mic work.
-
-Signed-off-by: Jian-Hong Pan <jian-hong@endlessm.com>
-Signed-off-by: Daniel Drake <drake@endlessm.com>
-Signed-off-by: Chris Chiu <chiu@endlessm.com>
-Cc: <stable@vger.kernel.org>
-Signed-off-by: Takashi Iwai <tiwai@suse.de>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
----
- sound/pci/hda/patch_realtek.c |    1 +
- 1 file changed, 1 insertion(+)
-
---- a/sound/pci/hda/patch_realtek.c
-+++ b/sound/pci/hda/patch_realtek.c
-@@ -5609,6 +5609,7 @@ static const struct snd_pci_quirk alc269
-       SND_PCI_QUIRK(0x1025, 0x0762, "Acer Aspire E1-472", ALC271_FIXUP_HP_GATE_MIC_JACK_E1_572),
-       SND_PCI_QUIRK(0x1025, 0x0775, "Acer Aspire E1-572", ALC271_FIXUP_HP_GATE_MIC_JACK_E1_572),
-       SND_PCI_QUIRK(0x1025, 0x079b, "Acer Aspire V5-573G", ALC282_FIXUP_ASPIRE_V5_PINS),
-+      SND_PCI_QUIRK(0x1025, 0x102b, "Acer Aspire C24-860", ALC286_FIXUP_ACER_AIO_MIC_NO_PRESENCE),
-       SND_PCI_QUIRK(0x1025, 0x106d, "Acer Cloudbook 14", ALC283_FIXUP_CHROME_BOOK),
-       SND_PCI_QUIRK(0x1028, 0x0470, "Dell M101z", ALC269_FIXUP_DELL_M101Z),
-       SND_PCI_QUIRK(0x1028, 0x054b, "Dell XPS one 2710", ALC275_FIXUP_DELL_XPS),
diff --git a/queue-4.4/alsa-hda-realtek-fix-mic-issue-on-acer-aio-veriton-z4660g.patch b/queue-4.4/alsa-hda-realtek-fix-mic-issue-on-acer-aio-veriton-z4660g.patch
deleted file mode 100644 (file)
index 5498457..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-From 9f8aefed9623a91dec54eab8908f3810b7f8d73a Mon Sep 17 00:00:00 2001
-From: Chris Chiu <chiu@endlessm.com>
-Date: Wed, 5 Dec 2018 14:48:55 +0800
-Subject: ALSA: hda/realtek: Fix mic issue on Acer AIO Veriton Z4660G
-
-From: Chris Chiu <chiu@endlessm.com>
-
-commit 9f8aefed9623a91dec54eab8908f3810b7f8d73a upstream.
-
-Acer AIO Veriton Z4660G with ALC286 codec has issue with the input
-from external microphones connecting via 'Front Mic' jack. The fixup
-ALC286_FIXUP_ACER_AIO_MIC_NO_PRESENCE enables the jack sensing of
-the headset and fix the audio input issue of external microphone.
-
-Signed-off-by: Jian-Hong Pan <jian-hong@endlessm.com>
-Signed-off-by: Daniel Drake <drake@endlessm.com>
-Signed-off-by: Chris Chiu <chiu@endlessm.com>
-Cc: <stable@vger.kernel.org>
-Signed-off-by: Takashi Iwai <tiwai@suse.de>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
----
- sound/pci/hda/patch_realtek.c |    1 +
- 1 file changed, 1 insertion(+)
-
---- a/sound/pci/hda/patch_realtek.c
-+++ b/sound/pci/hda/patch_realtek.c
-@@ -5611,6 +5611,7 @@ static const struct snd_pci_quirk alc269
-       SND_PCI_QUIRK(0x1025, 0x079b, "Acer Aspire V5-573G", ALC282_FIXUP_ASPIRE_V5_PINS),
-       SND_PCI_QUIRK(0x1025, 0x102b, "Acer Aspire C24-860", ALC286_FIXUP_ACER_AIO_MIC_NO_PRESENCE),
-       SND_PCI_QUIRK(0x1025, 0x106d, "Acer Cloudbook 14", ALC283_FIXUP_CHROME_BOOK),
-+      SND_PCI_QUIRK(0x1025, 0x1291, "Acer Veriton Z4660G", ALC286_FIXUP_ACER_AIO_MIC_NO_PRESENCE),
-       SND_PCI_QUIRK(0x1028, 0x0470, "Dell M101z", ALC269_FIXUP_DELL_M101Z),
-       SND_PCI_QUIRK(0x1028, 0x054b, "Dell XPS one 2710", ALC275_FIXUP_DELL_XPS),
-       SND_PCI_QUIRK(0x1028, 0x05bd, "Dell Latitude E6440", ALC292_FIXUP_DELL_E7X),
diff --git a/queue-4.4/alsa-hda-realtek-fix-mic-issue-on-acer-aio-veriton-z4860g-z6860g.patch b/queue-4.4/alsa-hda-realtek-fix-mic-issue-on-acer-aio-veriton-z4860g-z6860g.patch
deleted file mode 100644 (file)
index 4dabc2b..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-From b72f936f6b325f4fde06b02e4b6ab682f6f2e73f Mon Sep 17 00:00:00 2001
-From: Chris Chiu <chiu@endlessm.com>
-Date: Wed, 5 Dec 2018 14:48:56 +0800
-Subject: ALSA: hda/realtek: Fix mic issue on Acer AIO Veriton Z4860G/Z6860G
-
-From: Chris Chiu <chiu@endlessm.com>
-
-commit b72f936f6b325f4fde06b02e4b6ab682f6f2e73f upstream.
-
-Acer AIO Veriton Z4860G/Z6860G with the same ALC286 codec has issues
-with the input from external microphone. The issue can be fixed by
-the fixup ALC286_FIXUP_ACER_AIO_MIC_NO_PRESENCE for Veriton Z4660G.
-
-Signed-off-by: Jian-Hong Pan <jian-hong@endlessm.com>
-Signed-off-by: Daniel Drake <drake@endlessm.com>
-Signed-off-by: Chris Chiu <chiu@endlessm.com>
-Cc: <stable@vger.kernel.org>
-Signed-off-by: Takashi Iwai <tiwai@suse.de>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
----
- sound/pci/hda/patch_realtek.c |    2 ++
- 1 file changed, 2 insertions(+)
-
---- a/sound/pci/hda/patch_realtek.c
-+++ b/sound/pci/hda/patch_realtek.c
-@@ -5611,6 +5611,8 @@ static const struct snd_pci_quirk alc269
-       SND_PCI_QUIRK(0x1025, 0x079b, "Acer Aspire V5-573G", ALC282_FIXUP_ASPIRE_V5_PINS),
-       SND_PCI_QUIRK(0x1025, 0x102b, "Acer Aspire C24-860", ALC286_FIXUP_ACER_AIO_MIC_NO_PRESENCE),
-       SND_PCI_QUIRK(0x1025, 0x106d, "Acer Cloudbook 14", ALC283_FIXUP_CHROME_BOOK),
-+      SND_PCI_QUIRK(0x1025, 0x128f, "Acer Veriton Z6860G", ALC286_FIXUP_ACER_AIO_MIC_NO_PRESENCE),
-+      SND_PCI_QUIRK(0x1025, 0x1290, "Acer Veriton Z4860G", ALC286_FIXUP_ACER_AIO_MIC_NO_PRESENCE),
-       SND_PCI_QUIRK(0x1025, 0x1291, "Acer Veriton Z4660G", ALC286_FIXUP_ACER_AIO_MIC_NO_PRESENCE),
-       SND_PCI_QUIRK(0x1028, 0x0470, "Dell M101z", ALC269_FIXUP_DELL_M101Z),
-       SND_PCI_QUIRK(0x1028, 0x054b, "Dell XPS one 2710", ALC275_FIXUP_DELL_XPS),
index 1c7806e1d65327bf05d7a01190379097a2cfcd55..fb1d79593e7bee2848981b8cbfb67bd8f6e2bfed 100644 (file)
@@ -75,6 +75,3 @@ alsa-hda-add-support-for-amd-stoney-ridge.patch
 alsa-pcm-fix-starvation-on-down_write_nonblock.patch
 alsa-pcm-call-snd_pcm_unlink-conditionally-at-closing.patch
 alsa-pcm-fix-interval-evaluation-with-openmin-max.patch
-alsa-hda-realtek-add-support-for-acer-aspire-c24-860-headset-mic.patch
-alsa-hda-realtek-fix-mic-issue-on-acer-aio-veriton-z4660g.patch
-alsa-hda-realtek-fix-mic-issue-on-acer-aio-veriton-z4860g-z6860g.patch