diff options
author | David Henningsson <david.henningsson@canonical.com> | 2012-01-31 04:31:49 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-01-31 09:12:08 -0500 |
commit | 3422a47041b8cb8f14ac1e3926bcf711121df6dc (patch) | |
tree | e4e2ffa4036cc358db5aea820a80585fbfad4188 /sound/pci/hda | |
parent | 05c3b36e539627b7aed67d038381d0d9fa9d61e7 (diff) |
ALSA: HDA: Remove quirk for Toshiba Qosmio G50
The user reports that model=auto works better than current handling
on a 3.2 based kernel (with jack detection patches backported).
Since model=auto is what we prefer these days anyway, the quirk
should be removed.
Alsa-info for the relevant machine:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/923316/+attachment/2702812/+files/alsa-info.txt.Pbfno2x7bp
BugLink: https://bugs.launchpad.net/bugs/923316
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 42b6a01e17db..a8e82be3d2fc 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -4747,7 +4747,6 @@ enum { | |||
4747 | ALC262_FIXUP_FSC_H270, | 4747 | ALC262_FIXUP_FSC_H270, |
4748 | ALC262_FIXUP_HP_Z200, | 4748 | ALC262_FIXUP_HP_Z200, |
4749 | ALC262_FIXUP_TYAN, | 4749 | ALC262_FIXUP_TYAN, |
4750 | ALC262_FIXUP_TOSHIBA_RX1, | ||
4751 | ALC262_FIXUP_LENOVO_3000, | 4750 | ALC262_FIXUP_LENOVO_3000, |
4752 | ALC262_FIXUP_BENQ, | 4751 | ALC262_FIXUP_BENQ, |
4753 | ALC262_FIXUP_BENQ_T31, | 4752 | ALC262_FIXUP_BENQ_T31, |
@@ -4777,16 +4776,6 @@ static const struct alc_fixup alc262_fixups[] = { | |||
4777 | { } | 4776 | { } |
4778 | } | 4777 | } |
4779 | }, | 4778 | }, |
4780 | [ALC262_FIXUP_TOSHIBA_RX1] = { | ||
4781 | .type = ALC_FIXUP_PINS, | ||
4782 | .v.pins = (const struct alc_pincfg[]) { | ||
4783 | { 0x14, 0x90170110 }, /* speaker */ | ||
4784 | { 0x15, 0x0421101f }, /* HP */ | ||
4785 | { 0x1a, 0x40f000f0 }, /* N/A */ | ||
4786 | { 0x1b, 0x40f000f0 }, /* N/A */ | ||
4787 | { 0x1e, 0x40f000f0 }, /* N/A */ | ||
4788 | } | ||
4789 | }, | ||
4790 | [ALC262_FIXUP_LENOVO_3000] = { | 4779 | [ALC262_FIXUP_LENOVO_3000] = { |
4791 | .type = ALC_FIXUP_VERBS, | 4780 | .type = ALC_FIXUP_VERBS, |
4792 | .v.verbs = (const struct hda_verb[]) { | 4781 | .v.verbs = (const struct hda_verb[]) { |
@@ -4819,8 +4808,6 @@ static const struct snd_pci_quirk alc262_fixup_tbl[] = { | |||
4819 | SND_PCI_QUIRK(0x10cf, 0x1397, "Fujitsu", ALC262_FIXUP_BENQ), | 4808 | SND_PCI_QUIRK(0x10cf, 0x1397, "Fujitsu", ALC262_FIXUP_BENQ), |
4820 | SND_PCI_QUIRK(0x10cf, 0x142d, "Fujitsu Lifebook E8410", ALC262_FIXUP_BENQ), | 4809 | SND_PCI_QUIRK(0x10cf, 0x142d, "Fujitsu Lifebook E8410", ALC262_FIXUP_BENQ), |
4821 | SND_PCI_QUIRK(0x10f1, 0x2915, "Tyan Thunder n6650W", ALC262_FIXUP_TYAN), | 4810 | SND_PCI_QUIRK(0x10f1, 0x2915, "Tyan Thunder n6650W", ALC262_FIXUP_TYAN), |
4822 | SND_PCI_QUIRK(0x1179, 0x0001, "Toshiba dynabook SS RX1", | ||
4823 | ALC262_FIXUP_TOSHIBA_RX1), | ||
4824 | SND_PCI_QUIRK(0x1734, 0x1147, "FSC Celsius H270", ALC262_FIXUP_FSC_H270), | 4811 | SND_PCI_QUIRK(0x1734, 0x1147, "FSC Celsius H270", ALC262_FIXUP_FSC_H270), |
4825 | SND_PCI_QUIRK(0x17aa, 0x384e, "Lenovo 3000", ALC262_FIXUP_LENOVO_3000), | 4812 | SND_PCI_QUIRK(0x17aa, 0x384e, "Lenovo 3000", ALC262_FIXUP_LENOVO_3000), |
4826 | SND_PCI_QUIRK(0x17ff, 0x0560, "Benq ED8", ALC262_FIXUP_BENQ), | 4813 | SND_PCI_QUIRK(0x17ff, 0x0560, "Benq ED8", ALC262_FIXUP_BENQ), |