From: Greg Kroah-Hartman Date: Tue, 26 Nov 2013 19:50:13 +0000 (-0800) Subject: remove queue-3.4/alsa-hda-add-pincfg-fixup-for-asus-w5a.patch X-Git-Tag: v3.11.10~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=64ade5e54147565e9b50bda97d3f6be9be174d56;p=thirdparty%2Fkernel%2Fstable-queue.git remove queue-3.4/alsa-hda-add-pincfg-fixup-for-asus-w5a.patch --- diff --git a/queue-3.4/alsa-hda-add-pincfg-fixup-for-asus-w5a.patch b/queue-3.4/alsa-hda-add-pincfg-fixup-for-asus-w5a.patch deleted file mode 100644 index a36b4117226..00000000000 --- a/queue-3.4/alsa-hda-add-pincfg-fixup-for-asus-w5a.patch +++ /dev/null @@ -1,65 +0,0 @@ -From 487a588d09db0d6508261867df208d8bdc718251 Mon Sep 17 00:00:00 2001 -From: Takashi Iwai -Date: Thu, 7 Nov 2013 07:29:30 +0100 -Subject: ALSA: hda - Add pincfg fixup for ASUS W5A - -From: Takashi Iwai - -commit 487a588d09db0d6508261867df208d8bdc718251 upstream. - -BIOS on ASUS W5A laptop with ALC880 codec doesn't provide any pin -configurations, so we have to set up all pins manually. - -Reported-and-tested-by: nb -Signed-off-by: Takashi Iwai -Signed-off-by: Greg Kroah-Hartman - ---- - sound/pci/hda/patch_realtek.c | 22 ++++++++++++++++++++++ - 1 file changed, 22 insertions(+) - ---- a/sound/pci/hda/patch_realtek.c -+++ b/sound/pci/hda/patch_realtek.c -@@ -4458,6 +4458,7 @@ enum { - ALC880_FIXUP_UNIWILL, - ALC880_FIXUP_UNIWILL_DIG, - ALC880_FIXUP_Z71V, -+ ALC880_FIXUP_ASUS_W5A, - ALC880_FIXUP_3ST_BASE, - ALC880_FIXUP_3ST, - ALC880_FIXUP_3ST_DIG, -@@ -4619,6 +4620,26 @@ static const struct alc_fixup alc880_fix - { } - } - }, -+ [ALC880_FIXUP_ASUS_W5A] = { -+ .type = HDA_FIXUP_PINS, -+ .v.pins = (const struct hda_pintbl[]) { -+ /* set up the whole pins as BIOS is utterly broken */ -+ { 0x14, 0x0121411f }, /* HP */ -+ { 0x15, 0x411111f0 }, /* N/A */ -+ { 0x16, 0x411111f0 }, /* N/A */ -+ { 0x17, 0x411111f0 }, /* N/A */ -+ { 0x18, 0x90a60160 }, /* mic */ -+ { 0x19, 0x411111f0 }, /* N/A */ -+ { 0x1a, 0x411111f0 }, /* N/A */ -+ { 0x1b, 0x411111f0 }, /* N/A */ -+ { 0x1c, 0x411111f0 }, /* N/A */ -+ { 0x1d, 0x411111f0 }, /* N/A */ -+ { 0x1e, 0xb743111e }, /* SPDIF out */ -+ { } -+ }, -+ .chained = true, -+ .chain_id = ALC880_FIXUP_GPIO1, -+ }, - [ALC880_FIXUP_3ST_BASE] = { - .type = ALC_FIXUP_PINS, - .v.pins = (const struct alc_pincfg[]) { -@@ -4731,6 +4752,7 @@ static const struct alc_fixup alc880_fix - - static const struct snd_pci_quirk alc880_fixup_tbl[] = { - SND_PCI_QUIRK(0x1019, 0x0f69, "Coeus G610P", ALC880_FIXUP_W810), -+ SND_PCI_QUIRK(0x1043, 0x10c3, "ASUS W5A", ALC880_FIXUP_ASUS_W5A), - SND_PCI_QUIRK(0x1043, 0x1964, "ASUS Z71V", ALC880_FIXUP_Z71V), - SND_PCI_QUIRK_VENDOR(0x1043, "ASUS", ALC880_FIXUP_GPIO1), - SND_PCI_QUIRK(0x1558, 0x5401, "Clevo GPIO2", ALC880_FIXUP_GPIO2), diff --git a/queue-3.4/series b/queue-3.4/series index ac800b2dc6a..30eea980e89 100644 --- a/queue-3.4/series +++ b/queue-3.4/series @@ -22,4 +22,3 @@ revert-ima-policy-for-ramfs.patch exec-ptrace-fix-get_dumpable-incorrect-tests.patch alsa-6fire-fix-probe-of-multiple-cards.patch alsa-msnd-avoid-duplicated-driver-name.patch -alsa-hda-add-pincfg-fixup-for-asus-w5a.patch