diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-09-21 17:38:14 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-09-21 17:42:46 +0200 |
commit | abdd8f510686da0a58e475bc0143d1069e5f53da (patch) | |
tree | 31b3a597d20c5271f23c00032a04689c772071c8 /sound | |
parent | 5e09416f3676af1730af773afc477c2cea26a2c1 (diff) | |
download | linux-abdd8f510686da0a58e475bc0143d1069e5f53da.tar.gz linux-abdd8f510686da0a58e475bc0143d1069e5f53da.tar.bz2 linux-abdd8f510686da0a58e475bc0143d1069e5f53da.zip |
ALSA: hda - Apply ALC269 VAIO fix-up to all Sony laptops with ALC269
We've applied a fix-up for ALC269 VAIO only for two models. But all
Sony VAIO models with ALC269 codec seem to require the similar fix.
Let's apply it with vendor-id mask.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index f2a30447f26f..eea88b7ddb9f 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -14731,8 +14731,7 @@ static const struct alc_fixup alc269_fixups[] = { }; static struct snd_pci_quirk alc269_fixup_tbl[] = { - SND_PCI_QUIRK(0x104d, 0x9071, "Sony VAIO", ALC269_FIXUP_SONY_VAIO), - SND_PCI_QUIRK(0x104d, 0x9077, "Sony VAIO", ALC269_FIXUP_SONY_VAIO), + SND_PCI_QUIRK_VENDOR(0x104d, "Sony VAIO", ALC269_FIXUP_SONY_VAIO), SND_PCI_QUIRK(0x1028, 0x0470, "Dell M101z", ALC269_FIXUP_DELL_M101Z), {} }; |