From: Greg Kroah-Hartman Date: Wed, 10 Oct 2012 07:13:37 +0000 (+0900) Subject: remove 3.4 patch: X-Git-Tag: v3.0.46~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=288616a9a93ec96482c85aa8ef603de2ddeda281;p=thirdparty%2Fkernel%2Fstable-queue.git remove 3.4 patch: queue-3.4/alsa-hda-limit-internal-mic-boost-for-asus-x202e.patch --- diff --git a/queue-3.4/alsa-hda-limit-internal-mic-boost-for-asus-x202e.patch b/queue-3.4/alsa-hda-limit-internal-mic-boost-for-asus-x202e.patch deleted file mode 100644 index 1bcbb272470..00000000000 --- a/queue-3.4/alsa-hda-limit-internal-mic-boost-for-asus-x202e.patch +++ /dev/null @@ -1,67 +0,0 @@ -From 4b527b6516ab1f0af8aaedd02dbf71ee2c1180f4 Mon Sep 17 00:00:00 2001 -From: David Henningsson -Date: Tue, 18 Sep 2012 14:26:59 +0200 -Subject: ALSA: hda - limit internal mic boost for Asus X202E - -From: David Henningsson - -commit 4b527b6516ab1f0af8aaedd02dbf71ee2c1180f4 upstream. - -When the input gain for the internal mic is set to its maximum level, -the background noise becomes so high - and any relevant signal clipped - -that the setting becomes unusable. It is better to limit the amplification. - -BugLink: https://bugs.launchpad.net/bugs/1052460 -Signed-off-by: David Henningsson -Signed-off-by: Takashi Iwai -Signed-off-by: Greg Kroah-Hartman - ---- - sound/pci/hda/patch_via.c | 29 +++++++++++++++++++++++++++++ - 1 file changed, 29 insertions(+) - ---- a/sound/pci/hda/patch_via.c -+++ b/sound/pci/hda/patch_via.c -@@ -3668,6 +3668,32 @@ static void set_widgets_power_state_vt20 - update_power_state(codec, 0x21, AC_PWRST_D3); - } - -+/* -+ * pin fix-up -+ */ -+enum { -+ VIA_FIXUP_INTMIC_BOOST, -+}; -+ -+static void via_fixup_intmic_boost(struct hda_codec *codec, -+ const struct hda_fixup *fix, int action) -+{ -+ if (action == HDA_FIXUP_ACT_PRE_PROBE) -+ override_mic_boost(codec, 0x30, 0, 2, 40); -+} -+ -+static const struct hda_fixup via_fixups[] = { -+ [VIA_FIXUP_INTMIC_BOOST] = { -+ .type = HDA_FIXUP_FUNC, -+ .v.func = via_fixup_intmic_boost, -+ }, -+}; -+ -+static const struct snd_pci_quirk vt2002p_fixups[] = { -+ SND_PCI_QUIRK(0x1043, 0x8532, "Asus X202E", VIA_FIXUP_INTMIC_BOOST), -+ {} -+}; -+ - /* patch for vt2002P */ - static int patch_vt2002P(struct hda_codec *codec) - { -@@ -3684,6 +3710,9 @@ static int patch_vt2002P(struct hda_code - override_mic_boost(codec, 0x29, 0, 3, 40); - add_secret_dac_path(codec); - -+ snd_hda_pick_fixup(codec, NULL, vt2002p_fixups, via_fixups); -+ snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE); -+ - /* automatic parse from the BIOS config */ - err = via_parse_auto_config(codec); - if (err < 0) { diff --git a/queue-3.4/series b/queue-3.4/series index 6cbbe4bbdd1..69764231981 100644 --- a/queue-3.4/series +++ b/queue-3.4/series @@ -77,7 +77,6 @@ mm-fix-invalidate_complete_page2-lock-ordering.patch mm-thp-fix-pmd_present-for-split_huge_page-and-prot_none-with-thp.patch alsa-aloop-add-locking-to-timer-access.patch alsa-hda-realtek-fix-detection-of-alc271x-codec.patch -alsa-hda-limit-internal-mic-boost-for-asus-x202e.patch alsa-usb-disable-broken-hw-volume-for-tenx-tp6911.patch alsa-usb-support-for-original-xbox-communicator.patch drm-destroy-the-planes-prior-to-destroying-the-associated-crtc.patch