diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-02-16 13:03:18 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-02-16 13:05:22 +0100 |
commit | a7f3eedc88b547e0ec35ba4cc4ae61cd9bc760ac (patch) | |
tree | 1f6065e4c26016fdef5718a962a6942207bd3cfd /sound/pci/hda/patch_realtek.c | |
parent | c3c2c9e7ff3e38bd9ff5b721b6ae8634fce42802 (diff) |
ALSA: hda/realtek - Disable static fixups for ASUS with ALC269
We've enabled the static fixups for ASUS machines with ALC269 codec,
just for making things compatible during the transition to the auto-
parser. However, it seems that the static configurations do more harmful
than good, as some of entries don't match with the actual hardware setups.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 3ea42069b8ee..b8e06eb96e11 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -5396,7 +5396,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x17aa, 0x3bf8, "Lenovo Ideapd", ALC269_FIXUP_PCM_44K), SND_PCI_QUIRK(0x17aa, 0x9e54, "LENOVO NB", ALC269_FIXUP_LENOVO_EAPD), -#if 1 +#if 0 /* Below is a quirk table taken from the old code. * Basically the device should work as is without the fixup table. * If BIOS doesn't give a proper info, enable the corresponding |